translate3d

0.1.6 • Public • Published

Translate3d

Super-smooth CSS3 translate3d for jQuery

Translate3d is a plugin for to help you do CSS translate3d in jQuery.

Usage

Just include jquery.translate3d.js after jQuery. Requires jQuery 1.2+.

<script src='jquery.js'></script>
<script src='jquery.translate3d.js'></script>

It is also available via npm.

$ npm install --save translate3d

Animating - $.fn.translate3d

$("#example").translate3d({
  x: 100,
  y: 0,
  z: 0
}, 400, 'ease', function() {
    /* ... */
});

Readme

Keywords

Package Sidebar

Install

npm i translate3d

Weekly Downloads

1

Version

0.1.6

License

MIT

Last publish

Collaborators

  • hueyhe