elwebdeveloper / snabbt.js

Fast animations with javascript and CSS transforms

Home Page:http://daniel-lundin.github.io/snabbt.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snabbt.js

Fast animations with Javascript and CSS transforms(Work in progress)

Docs

Documentation

Demos

Relases

The initial release is out. Would love some feedback on things that can be improved. The release(and future ones) can be found in the release section

  • 0.3.0 - Memory optimizations, improved Matrix API, better UMD wrappers
  • 0.2.0 - Added support for RequireJS and browserify. Published to npm and bower
  • 0.1.0 - Initial beta release

Browser Support

</tr>
<tr>
  <td align="center">10+</td>
  <td align="center">✓</td>
  <td align="center">✓</td>
  <td align="center">✓</td>
  <td align="center">✓</td>
</tr>

Note: IE does not support the transform-style: preserve-3d property. This prevents nesting 3D transformed elements.

TODOS

  • Improve documentation

MIT License © 2015 Daniel Lundin (http://twitter.com/danielundin).

About

Fast animations with javascript and CSS transforms

http://daniel-lundin.github.io/snabbt.js/

License:MIT License


Languages

Language:JavaScript 89.2%Language:CSS 10.8%