koenbok / Framer

Framer - Design Everything
https://framer.com
MIT License
5.83k stars 477 forks source link

Shadows will not animate and ignore code state changes #580

Open destefanis opened 6 years ago

destefanis commented 6 years ago

I'm attempting to animate a box shadow on a progress bar to glow upon completion. However, all of my attempts to animate the shadow properties have not worked.

The only solution I've found is a binary on/off if the layer already has a shadow set.

I've also attempted:

From what I've explored in the docs this topic is not covered (I could have missed it but I've been tryin g for some time).

Is there something I'm missing or can shadows not be animated?

Thanks!