Answers for "how to back animation in css"

CSS
0

how to back animation in css

div {animation: 1s (animationName) reverse;}
  
  @keyframes animationName {100% {width: 100px;}
Posted by: Guest on May-04-2022

Browse Popular Code Answers by Language