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
{{ message }}
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
We can't easily compose things from className and keyframes ATM. Since this library wants to try and do things via CSS animation (over JS animation) we need to come up with a solution.
API thoughts:
setChildProps({// composable stylestyle: prevStyle=>({ ...prevStyle}),// composable class via objectsclassNameStyle: prevStyle=>({ ...prevStyle}),// composable keyframeskeyframes: prevKeyframes=>compose=>compose(prevKeyframes,newKeyframes,'animation-name'),});
Removes className from API (deprecated first)
Adds classNameStyle to API
Remove emotion dependency
The text was updated successfully, but these errors were encountered:
We can't easily compose things from
className
andkeyframes
ATM. Since this library wants to try and do things via CSS animation (over JS animation) we need to come up with a solution.API thoughts:
className
from API (deprecated first)classNameStyle
to APIemotion
dependencyThe text was updated successfully, but these errors were encountered: