Import anime.js 1.1.0 bundle.

This commit is contained in:
Andrey Antukh 2016-07-10 22:09:58 +03:00
parent 1532dccafa
commit 88036c1cb0
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
4 changed files with 667 additions and 0 deletions

View file

@ -0,0 +1,9 @@
var anime = function() {};
anime.version = function() {};
anime.speed = function() {};
anime.list = function() {};
anime.remove = function() {};
anime.easing = function() {};
anime.getValue = function() {};
anime.path = function() {};
anime.random = function() {};