Set jQuery animation speed according to button value -
I am struggling with jQuery and can not find a solution from web search and using myself.
I need to change the animation speed according to the value of the radio button, but my code does not work. I tried to reload the page after checking a radio button and put its value in motion, but nothing.
Thank you in advance.
You are using a constant value 1400 period ... this is essentially speed, Because it is the amount of time it is starting from the end
Edit:
Now when you are trying to 'speed' your motion, keep in mind that radial Receiving a value from can give you a string back. Before you can use it as an animation period, you need to convert it to a number with a purse (speed).
Comments
Post a Comment