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
Animations would be much friendlier if they allowed background-image instead of requiring backgroundImage, etc. But I don't fancy writing that code, and I would really like to keep the number of dependencies to zero. Don't know how to square that circle.
The text was updated successfully, but these errors were encountered:
If I'm going to make this work with CSS variables (#16), I might as well just mandate the CSS versions of property names. Will make my job a lot simpler.
75th
changed the title
Conditionally accept CSS versions of style property names
Accept CSS versions of style property names instead of JavaScript versions
Feb 19, 2018
Animations would be much friendlier if they allowed
background-image
instead of requiringbackgroundImage
, etc. But I don't fancy writing that code, and I would really like to keep the number of dependencies to zero. Don't know how to square that circle.The text was updated successfully, but these errors were encountered: