You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you say the evaluation never finishes do you mean the value goes outside the expected range?
For example, when I evaluate:
(ease-in transition-bounce 2)
I get -6.5625.
I could handle this in a few ways. I could add preconditions to the argument to check for an invalid t value or I could constrain the t value to the range 0 to 1. Did you have any particular preferences?
Hi,
thanks for putting this library together. I noticed that if you accidentally pass a t>1 to transition-bounce, the evalutation never finishes.
The text was updated successfully, but these errors were encountered: