Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julianshapiro committed Aug 17, 2014
1 parent 052c0fe commit 3a8e7a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -17,19 +17,17 @@ Follow [Julian Shapiro](http://twitter.com/shapiro) for tweets on UI animation.

- **UI effects**: http://smashingmagazine.com/2014/06/18/faster-ui-animations-with-velocity-js
- **Perf. comparisons**: http://davidwalsh.name/css-js-animation
- **Perf. optimizations**: http://www.sitepoint.com/incredibly-fast-ui-animation-using-velocity-js
- **Workflow**: http://css-tricks.com/improving-ui-animation-workflow-velocity-js
- **SVG animation**: http://davidwalsh.name/svg-animation

###**New**

- 0.11.5: 2D transform values are no longer auto-removed when they hit their default values.
- 0.11.4: AMD and CommonJS module loading without having to shim jQuery. Fixed `mock` behavior from 0.10.1.
- 0.11.4: AMD and CommonJS module loading without having to shim jQuery.
- 0.11.1: **Huge performance boost, and elements are no longer dirtied with inline styles.**
- 0.11.0: CSS transform setting/getting. [VelocityJS.org/#hook](http://VelocityJS.org/#hook)
- 0.10.1: Mock UI testing. [VelocityJS.org/#mock](http://VelocityJS.org/#mock)
- 0.10.0: Infinite looping. [VelocityJS.org/#loop](http://VelocityJS.org/#loop)
- 0.9.0: Hex values. [VelocityJS.org/#colors](http://VelocityJS.org/#colors)
- 0.9.0: Hex colors. [VelocityJS.org/#colors](http://VelocityJS.org/#colors)
- 0.8.0: vw/vh CSS units.
- 0.6.0: `display: "auto"` and `visibility`. [VelocityJS.org/#displayAndVisibility](http://VelocityJS.org/#displayAndVisibility)
- 0.5.0: Promises. [VelocityJS.org/#promises](http://VelocityJS.org/#promises)
Expand Down

0 comments on commit 3a8e7a4

Please sign in to comment.