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
Today, Styletron lets you add an animation with animationName, which takes in a KeyframesObject. However, CSS allows for multiple animations to be set, separated by commas, e.g.
I don’t think there’s an easy way to update animationName to take in an array of KeyFrameObjects, since we would still have the problem of being able to set multiple durations/delays/timings/durations. Would it be possible to expose the renderKeyframes return value so we could do this ourselves in CSS?
The text was updated successfully, but these errors were encountered:
Today, Styletron lets you add an animation with
animationName
, which takes in aKeyframesObject
. However, CSS allows for multiple animations to be set, separated by commas, e.g.I don’t think there’s an easy way to update
animationName
to take in an array ofKeyFrameObject
s, since we would still have the problem of being able to set multiple durations/delays/timings/durations. Would it be possible to expose the renderKeyframes return value so we could do this ourselves in CSS?The text was updated successfully, but these errors were encountered: