Animations
There are several ways to animate elements in ReactUnity:
- With CSS
keyframes
andanimation
to create custom animations - With CSS
transition
property to animate changes in properties - With CSS
:enter
and:leave
pseudo-classes withtransition
property to animate element insertion and removal - With CSS
motion
property to animate changes to rect transform - With CSS
audio
property to play audio clips