cocopon / tweakpane

:control_knobs: Compact GUI for fine-tuning parameters and monitoring value changes
https://tweakpane.github.io/docs/
MIT License
3.7k stars 93 forks source link

Logo rotate animation with css #621

Closed vltansky closed 3 weeks ago

vltansky commented 3 months ago

cause why not :) https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timeline https://codepen.io/vltansky/pen/wvLyYZX

cocopon commented 3 weeks ago

Thank you for your contribution, and sorry for the late reply...

I wasn’t aware of animation-timeline: scroll() feature. It looks useful, but it doesn’t work on some major browsers like Firefox and Safari. What do you think about this?

vltansky commented 3 weeks ago

I've added fallback

cocopon commented 3 weeks ago

Great! Could you run npm run format in packages/tweakpane directory to pass the CI check?

cocopon commented 3 weeks ago

Merged, thanks!