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
[anim8](https://github.com/ClickerMonkey/anim8js) your HTML elements with [jQuery](https://jquery.com/)
4
+
5
+
### jQuery Functions
6
+
7
+
A few functions are available for jQuery which will help you animate jQuery objects:
8
+
-`m8/anim8/animator`: returns an animator instance for the first element in the jQuery object.
9
+
-`m8s/anim8s/animators`: returns animators for all elements in the jQuery object.
10
+
-`dataPlay`: plays the animation specified in the `data-...` attribute for all elements in the jQuery object and returns a jQuery object which contains only elements that had a valid animation to play.
11
+
-`dataQueue`: queues the animation specified in the `data-...` attribute for all elements in the jQuery object and returns a jQuery object which contains only elements that had a valid animation to queue.
12
+
-`dataTransition`: transitions into the animation specified in the `data-...` attribute for all elements in the jQuery object and returns a jQuery object which contains only elements that had a valid animation to transition into.
0 commit comments