Will Change
Usage
Please refer to the documentation on the Tailwind CSS website
Compatibility
Class | Support |
---|---|
| ๐ Web only |
| ๐ Web only |
| ๐ Web only |
| ๐ Web only |
Legend
Class
-{n}
Supports values from theme
-[n]
Supports arbitrary values
Icon
โ Full support
โ๏ธ Partial support on native
๐งช Experimental support on native
๐ฑ Native only
๐ Web only
Contributors
We are looking for contributors for the following:
Add will-change-transform
When a component has a transition or animation class name it will use react-native-reanimated
's Animated.createAnimatedComponent()
to make the component animated. If these class names are conditional, this will cause the component to unmount as Nativewind will conditionally render two different components.
A proposed solution is to use will-change-transform
to force the component to be animated, even if not required.