-webkit-keyframes layui-rotate from -webkit-transform rotate0to -webkit-transform rotate360degkeyframes layui-rotate from transform rotate0to transform rotate360deg
These are CSS animations that define a rotating effect using the @keyframes and @-webkit-keyframes rules. The animation rotates an element from 0 degrees to 360 degrees. The @-webkit-keyframes rule is for Safari and other webkit browsers, while the @keyframes rule is for other browsers. The animation can be applied to an element using the animation property in CSS.
原文地址: https://www.cveoy.top/t/topic/FQg 著作权归作者所有。请勿转载和采集!