Answers for "keyframes or keyframe"

CSS
0

keyframes

/* @keyframes duration | easing-function | delay |
iteration-count | direction | fill-mode | play-state | name */
animation: 3s ease-in 1s 2 reverse both paused slidein;
Posted by: Guest on April-05-2021

Browse Popular Code Answers by Language