CSS transitions effects using jquery
CSS transitions effects using jQuery
$('div').hover(function () { $(this).transition({ rotate: '+=30deg', x: '+=10' }); }, function () { $(this).transition({ rotate: '-=30deg', x: '-=10' }); });
CSS transitions effects using jquery
Reviewed by Bhaumik Patel
on
10:23 PM
Rating: