mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-24 04:06:03 +10:00
add anima v0.3.7
This commit is contained in:
File diff suppressed because it is too large
Load Diff
Vendored
+2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,14 @@
|
||||
(function ($, a) {
|
||||
var world;
|
||||
|
||||
$.fn.anima = function () {
|
||||
if (!world) {
|
||||
world = a.world();
|
||||
}
|
||||
|
||||
var index = world.items.indexOf(this[0]),
|
||||
item = index !== -1 ? world.items[index] : world.add(this[0]);
|
||||
|
||||
return item;
|
||||
};
|
||||
}(jQuery, anima));
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "anima",
|
||||
"filename": "anima.min.js",
|
||||
"version": "0.3.6",
|
||||
"version": "0.3.7",
|
||||
"description": "CSS animations with a soul",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user