Skip to content

Tags: haginile/velocity

Tags

0.8.0

Toggle 0.8.0's commit message
0.8.0

Support for the vh and vw CSS units. Closes julianshapiro#181.

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

Errors in users’ callbacks won’t halt the execution of Velocity itself.
Closes julianshapiro#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 julianshapiro#176.

Fixed bug where the stop command wouldn’t work when an effect had a
delay. Closes julianshapiro#159.

0.7.0

Toggle 0.7.0's commit message
:animating and transform value removal

Elements now get an “:animating” class when animating. Closes julianshapiro#172.

When transform properties hit their base values, they are removed
entirely from the element. Closes julianshapiro#155.

0.6.0

Toggle 0.6.0's commit message
Visibility Toggling

You can now set the `visibility` option just like you can `display`.
See http://velocityjs.org/#displayAndVisiblity. Closes julianshapiro#9.

Fixed bug that occurs with stagger + out transitions (from the UI
pack). Closes julianshapiro#164. Thank you, @codedependant.

You can now pass a function to the `stagger` option. Closes julianshapiro#163.
Closes julianshapiro#162. Thank you, @codedependant and @cihadturhan.

0.5.3

Toggle 0.5.3's commit message
display:none w/ height & width

Fixes slideUp/Down behavior with box-sizing:border-box. Closes julianshapiro#121.
Thank you, @legomushroom.

Fixed issue where couldn’t get height/width values on an element set to
display:none.

0.5.2

Toggle 0.5.2's commit message
Update README.md

0.5.1

Toggle 0.5.1's commit message
Default display toggling

You can now pass empty quotes (“”) into the display option (which will
set the element to its default display value).  Closes julianshapiro#146.

Fixed a bug where you couldn’t force-feed a three-item value array to a
0 value. Closes julianshapiro#157.

0.5.0

Toggle 0.5.0's commit message
Promises Support

0.4.1

Toggle 0.4.1's commit message
0.4.1

Fixed bug where transformOriginX/Y wouldn’t set when forcefed.

0.4.0

Toggle 0.4.0's commit message
Update README.md

0.3.0

Toggle 0.3.0's commit message
Update README.md