Skip to content

Commit

Permalink
0.11.8
Browse files Browse the repository at this point in the history
Dropped support for the easeBack and easeElastic easings. They are
rarely used, look stupid, and take up a bunch of lines.

Sped up bezier curve easing performance. Thanks, @gre.

The display option now gets browser-prefixed if necessary. This
inherently adds cross-browser support for the ‘flex’ value. Closes #257.

Fixed bug where slideDown/up left excess inline styles on elements.
Closes #260. cc @kpeatt, @scalvert.

Allow passing an empty string to `display` to remove the inline style
from the element. Closes #184.

Shimmed version of jQuery’s $.dequeue() now accepts a raw DOM element
*set* instead of just a single element.

You can now stop custom queues individually. Closes #262.
  • Loading branch information
julianshapiro committed Aug 23, 2014
1 parent 854b443 commit f781eb2
Show file tree
Hide file tree
Showing 6 changed files with 573 additions and 656 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "velocity",
"version": "0.11.7",
"version": "0.11.8",
"homepage": "http://velocityjs.org",
"authors": [
{ "name" : "Julian Shapiro",
Expand Down Expand Up @@ -34,4 +34,4 @@
"type" : "git",
"url" : "http://github.com/julianshapiro/velocity.git"
}
}
}
Loading

0 comments on commit f781eb2

Please sign in to comment.