/ Published in: JavaScript
jQuery testing for animating CSS transforms using CSS transitions.
Expand |
Embed | Plain Text
$('<div class="t"></div>').css({ '-moz-transition-property': '-moz-transform' }).appendTo('body'); alert($('.t').css('-moz-transition-property'));
You need to login to post a comment.
