Answers for "how to stop a playing animation"

CSS
1

css animation stop

//Animation can be played or paused with the below css property.
.class / tag / #id {
animation-play-state: 'paused' / 'running';
}
Posted by: Guest on July-23-2021
1

unity stop animation from playing at start

1. Right click in animator tab and select "Create State"
2. Right click that state and select "Set as Layer Default State"
Posted by: Guest on January-03-2022

Code answers related to "how to stop a playing animation"

Browse Popular Code Answers by Language