-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support animating boxShadowColor and textShadowColor #263
Comments
Thanks, William! Indeed, this is not yet a supported feature. (Same goes for Would likely be fairly involved to get this working. I will revisit this thread and look deeper into this in the future when I find myself needing this feature. (Best way to motivate myself to rewrite the CSS parsing logic!) |
+1 |
Both box-shadow and text-shadow support comma separated lists of shadows, so animating them is far more of a job for a custom piece of code than anything else (similarly for gradient backgrounds etc). |
That's a good point, although it wouldn't be a stretch to just expand support for one value. Having said this, it is enough of a tall task that I'm not particularly interested/motivated to do it atm. |
Any news about this? +1 |
Nothing happens when you try to animate boxShadowColor like this:
http://codepen.io/wlindner/pen/mHgpu
The text was updated successfully, but these errors were encountered: