We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45638a9 commit 898d5b8Copy full SHA for 898d5b8
History.md
@@ -1,4 +1,11 @@
1
2
+0.2.1 / 2013-09-26
3
+==================
4
+
5
+ * update examples and docs
6
+ * fixed typo in Move.prototype.ease function [olegomon]
7
+ * use translate3d() when available
8
9
0.2.0 / 2013-09-16
10
==================
11
component.json
@@ -2,7 +2,7 @@
"name": "move",
"description": "CSS3 backed JavaScript animation framework",
"repo": "visionmedia/move.js",
- "version": "0.2.0",
+ "version": "0.2.1",
"keywords": ["animation", "css3"],
"scripts": ["index.js"],
"dependencies": {
index.js
@@ -33,7 +33,7 @@ var style = window.getComputedStyle
33
* Library version.
34
*/
35
36
-Move.version = '0.0.3';
+Move.version = '0.2.1';
37
38
/**
39
* Defaults.
0 commit comments