remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
19.59k stars 954 forks source link

assign proper start index for 'input range' arg of interpolate styles function, fixes #3922 #3957

Closed abhishek818 closed 4 weeks ago

abhishek818 commented 1 month ago

root cause of this issue is the scenario when input arg's value is less than the first element of input range array. Invalid starting index for input range was getting assigned in this case.

/claim #3922

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bugs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 3, 2024 7:45am
remotion ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 3, 2024 7:45am
abhishek818 commented 1 month ago

@JonnyBurger , up for review..

JonnyBurger commented 4 weeks ago

Nice! That solves it, thanks for demonstrating it with a test 🙂