Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Internal “Sequences” have been renamed to “Redirects”. You shouldn’t
have been using them (they were deprecated), so this is not being
considered backwards-incompatible.

`Velocity.mock` now accepts a multiplier value in addition to `true`.
Use it for slowing down/speeding up animations globally when testing.
`true` mock has also been fixed to also reduce `delay`s to 1ms.

You can now animate `filter: blur(value);` for -webkit- browsers. Note
that animating this property will strip out all other `filter`
components. Note that, at the time of this update, Chrome incorrectly
returns blur values that were originally set with the `px` unit.

`color` RGB defaults to black instead of white, which is closer to
text’s typical color value.

`opts.progress` now gets repeatedly fired during looped calls. Closes
julianshapiro#292.

Fix jQuery-free `position: absolute` bug with left/top properties.
Closes julianshapiro#285.

Allow passing undefined as a second arg into Velocity. Closes julianshapiro#275.

Performance improvement: Individual property tweens don’t update the
DOM if there’s no change in value between loop ticks.

Fixes bug where `loop`ing on iOS devices (due to mobileHA) would cause
flickering. Closes julianshapiro#299.

Fixes bug where you couldn’t force-feed one hex value to another.

Can now set `visibility: “”`, just like you can with display.

Fixed bug where using `backwards: true:` with the UI pack mutated the
source array.
  • Loading branch information
julianshapiro committed Sep 18, 2014
1 parent fc567b9 commit 18ca72b
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 122 deletions.
Loading

0 comments on commit 18ca72b

Please sign in to comment.