openpolitics.com

  • writing
  • quotes
  • Topics
    • academia
    • corruption
    • economics
    • education
    • environment
    • finance
    • history
    • hypertext
    • media
    • philosophy
    • psychology
    • religion
    • russia
    • ted nelson
  • about
← Previous Next →

Query Animate Rotate Using Step

$(‘.button’).click(function() {
$(‘.box’).animate(
{ deg: 180 },
{
duration: 1200,
step: function(now) {
$(this).css({ transform: ‘rotate(‘ + now + ‘deg)’ });
}
}
);
});

 

w3Schools

source: $link[host]

Tags: citeit-code, code, javascript, jquery

Read Original Source

Tim Langeman © 2025 · Genesis Framework · WordPress · Log in