Open boomsi opened 4 months ago
You can see here codesendbox
When i set childtransform: rotate(20deg);. When the animation ends, the rotation does not take effect.
transform: rotate(20deg);
So how to set child transform attr if i need animate?
transform
You can see here codesendbox
When i set child
transform: rotate(20deg);
. When the animation ends, the rotation does not take effect.So how to set child
transform
attr if i need animate?