修复轮播图右入
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
This commit is contained in:
@@ -34,8 +34,10 @@ body {
|
||||
will-change: opacity, transform;
|
||||
backface-visibility: hidden;
|
||||
perspective: 1000px;
|
||||
transition: opacity 0.8s ease-out, transform 0.8s ease-out,
|
||||
visibility 0.8s ease-out;
|
||||
transition:
|
||||
opacity 1.2s ease-in-out,
|
||||
transform 1.2s ease-in-out,
|
||||
visibility 1.2s ease-in-out;
|
||||
}
|
||||
/* 18-19号防卡顿:延迟19号动画 */
|
||||
/* [data-order="19"] {
|
||||
|
||||
Reference in New Issue
Block a user