Tags: haginile/velocity
Tags
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.
: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.
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.
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.
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.
PreviousNext