【发布时间】:2023-04-10 21:52:01
【问题描述】:
一切正常,但是当我尝试快速滚动时。 Chrome 无法处理它(错误几毫秒来显示 bg)。在 safari 上运行良好,没有任何问题。我注意到,由于我的动画,我该如何解决它?
动画:
.cssanimations &.bounce-in {
visibility: visible;
@include transform(translateZ(0));
@include animation($nameOfAnimation $time);
}
固定和滚动背景:
.bg {
&-fixed {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
【问题讨论】:
标签: css google-chrome animation scroll background