Questions tagged as 'keyframes'

0
answers

when I use forwards in animation-fill-mode this does not stop in the last frame of the animation

I want my animation to stop when it is finished running and it does not repeat or restart. Code css: @keyframes slideSubs { from {margin-right: -110px;} to {margin-right: 0px;} } #appearOneElement0 { animation-name: slideSubs;...
asked by 14.09.2018 / 04:50