-
Notifications
You must be signed in to change notification settings - Fork 36
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
Animation is not looping even with range "disabled" #82
Comments
Even here it still doesnt loop (example on the github) Maybe it's not supposed to loop ? |
Anyone has any idea ? |
I was having a looping issue in Framer also since it doesn't have a range input in the component settings. I was able to solve it though by editing the code to include not only the range's disabled value, but also the rangeEnd and rangeStart (even though I wouldn't be using it).
I know you're in react, but maybe this might be the solution for you also, @theta-scholes ? |
Hello @jeremiahrags I already have the range=disabled as you can see. Sadly it's not that :( |
@theta-scholes - Just wondering if you tried adding in the rangeEnd and rangeStart also? I don’t know enough to be certain that it’s related, but I noticed that your code above doesn’t include those. Mine didn’t work either until I included all range related variables. |
I tried and it's the same unfortunately. @jeremiahrags |
Bummer. Sorry to hear, @theta-scholes. Hope someone picks up on the issue. |
Would literally pay for it to happen haha |
Any update on this ? |
1 similar comment
Any update on this ? |
Here is my react object. As you can see range is disabled, but it still loops every 30 seconds or so. What am I doing wrong here ?
The text was updated successfully, but these errors were encountered: