+ 2
How to stay keyframe of animation in css ?
If we make an keyframe to transform a rectangle , from x=0px to x=100px . After starting animation object starts moving and after the animation ends it returns to the original position of it i.e x=0px. Please tell me how to stay on last keyframe of animation i.e x= 100px
2 Respostas
+ 2
#rect{
transform: translatex(100px);
}