Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Automatically Rotate / zachstronaut plugin problem

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #31878
    gotosira
    Member

    Has anyone tried this plugin of rotation? “jquery-animate-css-rotate-scale.js

    My problem is I couldn’t get my setInterval function to work so the element couldn’t rotate at all… pls help.

    For example,


    setInterval(function(){
    $("#front_wheel1").animate({rotate: "+=180deg"}, 0);
    },10);

    and i have:

    .. the page includes both transform.js and rotate.js

    :((

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.