can we use multiple keyframes in css

50

.element {
    animation: animate1 1000ms linear infinite,
               animate2 3000ms linear infinite;
}

Comments

Submit
0 Comments