Get started with jquery.transit CDN

MIT licensed

JQuery.transit is a lightweight, CSS-based animation library for jQuery.

Tags:
  • css3
  • transitions
  • transformations
  • jquery

Stable version

Copied!

How to start using jquery.transit CDN


$(document).ready(function() {
  $('.box').on('click', function() {
    $('.example').transit({
      opacity: 0.3,
      x: 200,
      y: 200,
      duration: 500
    });
  });
});
Copied!
Copied!

All versions