Skip to content

Commit

Permalink
0.11.1: Big Performance Boost
Browse files Browse the repository at this point in the history
Drastic speed boost at the start of and between chained animations.
Especially on mobile.

Overhaul of unit conversion logic. Velocity no longer applies internal
CSS properties inline to elements that are being animated. This should
fix all post-animating bugs that have been encountered. Closes #178.
Closes #223.
  • Loading branch information
julianshapiro committed Aug 11, 2014
1 parent 6d875c1 commit df10146
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 228 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "velocity",
"version": "0.11.0",
"version": "0.11.1",
"homepage": "http://velocityjs.org",
"authors": [
{ "name" : "Julian Shapiro",
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,7 +1,7 @@
{
"name": "velocity",
"repository": "julianshapiro/velocity",
"version": "0.11.0",
"version": "0.11.1",
"description": "Accelerated JavaScript animation.",
"keywords": [
"animation",
Expand Down

0 comments on commit df10146

Please sign in to comment.