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
jQuery-Keyframes allows dynamic generation of CSS keyframes with callback events and other niceness.
6
+
This library is a wrapper around [Keyframes.js](https://github.com/Keyframes/Keyframes), a vanilla js library that allows dynamic generation of CSS keyframes with callback events and other niceness.
7
7
8
8
Overview
9
9
--------
@@ -13,7 +13,6 @@ However, jQuery's animate() does not support multiple keyframes. jQuery.Keyframe
13
13
14
14
Requirements
15
15
------------
16
-
In order for jQuery.Keyframes to work the jQuery library needs to be linked either through CDN:
See other plugins that allow for spritesheets & more complex movement paths: https://github.com/Keyframes
209
210
211
+
-[Keyframes.Pathfinder](https://github.com/Keyframes/Keyframes.Pathfinder): A plugin for jQuery.Keyframes that generates complex movement paths
212
+
-[Keyframes.Spritesheet](https://github.com/Keyframes/Keyframes.Spritesheet): Keyframes.Spritesheet easily generates css3 keyframes for elements using animated spritesheets.
213
+
210
214
Changelog
211
215
---------
216
+
**1.0.0**
217
+
* Moved to use [keyframes.js](https://github.com/Keyframes/Keyframes) as a base
212
218
**0.1.0**
213
219
* Remove all vendor prefix functionality (if you need this stick with 0.0.9)
0 commit comments