-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
Description
Line 416 in b82b2c7
| * @property {Boolean} [Reversed] |
should be (?)
ex:
waapi.animate(elements, { opacity: '0', duration: 300, Reversed: true, ease: waapi.convertEase(easings.eases.inOutQuint), delay: (_, i) => i * 25 })
Reactions are currently unavailable