Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
Support for the vh and vw CSS units. Closes #181.

Fixes bug where value operators leaked into subsequent properties.
Closes #182.

Errors in users’ callbacks won’t halt the execution of Velocity itself.
Closes #177.

Changed the “:animating” indicator class to just “animating” for
support with querySelectorAll.

On desktop browsers, animations no longer sprint to completion (they
remain properly timed) when a tab loses then regains focus. Closes #176.

Fixed bug where the stop command wouldn’t work when an effect had a
delay. Closes #159.
  • Loading branch information
julianshapiro committed Jul 16, 2014
1 parent ca4097c commit 5508fea
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 53 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "velocity",
"version": "0.7.0",
"version": "0.8.0",
"homepage": "http://velocityjs.org",
"authors": [
{ "name" : "Julian Shapiro",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "velocity",
"repository": "julianshapiro/velocity",
"version": "0.7.0",
"version": "0.8.0",
"description": "Accelerated JavaScript animation.",
"keywords": [
"animation",
Expand Down
Loading

0 comments on commit 5508fea

Please sign in to comment.