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