<menu id="9nmmy"><legend id="9nmmy"></legend></menu>
<abbr id="9nmmy"></abbr>
    <blockquote id="9nmmy"><video id="9nmmy"><object id="9nmmy"></object></video></blockquote>
    \n\t\t<\/div>\n\t<\/body>\n<\/html><\/pre>

    \"How<\/p>

    If you want to make the div element stop rotating, you can set animation-play-state to the div element Attribute comes<\/p>

    div {\n\twidth: 100px;\n\theight: 100px;\n\tbackground-color: red;\n\tmargin: 50px auto;\n\tanimation: mymove 1s linear infinite;\n\tanimation-play-state:paused;\n}<\/pre>

    \"How<\/p>

    Description:<\/p>

    animation-play-state attribute specifies whether the animation is running or paused. <\/p>

    Syntax: <\/p>

    animation-play-state: paused|running;<\/pre>