CSS动画 防止动画结束后,回归原位

animation-fill-mode防止动画结束后,回归原位

animation: arrowsfirst 1s;

animation-timing-function: linear;
animation-fill-mode: forwards;
-webkit-animation: arrowsfirst 1s; /* Safari and Chrome */
-webkit-animation-timing-function: linear;
-webkit-animation-fill-mode: forwards;

Published by

风君子

独自遨游何稽首 揭天掀地慰生平

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注