我有一個帶有以下 CSS 的微光 React 組件background: #ebebeb;background-image: linear-gradient(to right, #ebebeb 0%, #c5c5c5 20%, #ebebeb 40%, #ebebeb 100%);我應用到它的動畫關鍵幀如下:{ 0%: { background-position: -468px 0 }; 100%: { background-position: 468px 0 };}我的主頁在mount上很重。所以動畫會凍結大約一秒鐘左右。我讀到動畫過渡是在線程外完成的https://www.phpied.com/css-animations-off-the-ui-thread/誰能幫我以類似的脫線方式做我的微光效果?
具有阻止 JavaScript 的 CSS Shimmer 效果
慕村9548890
2021-11-18 20:57:34