-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi sine path and infinite loop #7
Comments
might be best to just use a timer and update the css from within. |
can you give me my request code ? |
what does that mean ? On Fri, Sep 2, 2011 at 12:50 PM, stcdesign
|
can you give me this code ? |
I need to this code please help me |
sorry i dont understand On Fri, Sep 2, 2011 at 7:47 PM, stcdesign
|
You can wrap the code in a function and execute again on animate function complete callback. function CircleArc1(){ CircleArc1(); |
you can use this code to make an infinite rotation loop with the same speed ( as the solar system for example ) function planetRevolution(whatPlanet , thisStart,thisEnd){
} my code is in italian, but, i make a function to create the arc animate, and on the callback of the animate i use the same function. lineaer make the speed equal (with out acceleration). |
hello
I need to create sine style with multi cyrcle and start automaticly without stop cyrcles (infinite loop)
how can i do this ?
The text was updated successfully, but these errors were encountered: