You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**_filename_ String** - The name of the file you want to create the path
319
-
for.<br>
320
-
**Returns String**
320
+
for.<br> **Returns String**
321
321
322
322
If you want to create a path to a file in your module folder, use the `file()`
323
323
method. It returns the path to the filename given as the attribute. Is method
@@ -345,22 +345,24 @@ start: function() {
345
345
...
346
346
```
347
347
348
-
**_options_ Object** - (_Introduced in version: 2.25.0._) Optional. Allows you to determine the animation speed and animation type options, whenever your module needs to be updated
348
+
**_options_ Object** - (_Introduced in version: 2.25.0._) Optional. Allows you
349
+
to determine the animation speed and animation type options, whenever your
| in | String | Animate name when module will be shown (after dom update), it will use an `animateIn` type name (see [Animation Guide](/modules/animate#animatein)) |
361
362
| out | String | Animate name when module will be hidden (before dom update), it will use an `animateOut` type name (see [Animation Guide](/modules/animate#animateout)) |
Copy file name to clipboardExpand all lines: development/introduction.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ Surely this also help you get better recognition and feedback for your work.
26
26
27
27
## Module name
28
28
29
-
We recommend the following pattern: `MMM-MyNewCoolModule`. But it is not mandatory - your module will also work with other name patterns (as long as no other module has the same name).
29
+
We recommend the following pattern: `MMM-MyNewCoolModule`. But it is not
30
+
mandatory - your module will also work with other name patterns (as long as no
0 commit comments