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
| animate | Object | animate IN and OUT rules (see below) |
354
356
355
-
356
357
**animate Object**
357
358
358
-
| animate | type | description |
359
-
| ------- | ---- | ----------- |
360
-
| 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)) |
| 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)) |
0 commit comments