0.1.6 • Published 8 years ago

translate3d v0.1.6

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

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() {
	/* ... */
});
0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago