Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

加上这个后 CPU 占用率急剧上升,居高不下 #56

Open
zhanghuanchong opened this issue May 12, 2021 · 1 comment
Open

加上这个后 CPU 占用率急剧上升,居高不下 #56

zhanghuanchong opened this issue May 12, 2021 · 1 comment

Comments

@zhanghuanchong
Copy link

用的 1.4.5,用过后 CPU 占用率高了 20%

Vue.use(vueg, router)
@zhanghuanchong
Copy link
Author

所有的 a/button/ul 都在不停地播放动画?kidding me?

/*兼容ios*/
a,
button,
ul {
animation: hue 60s infinite linear;
-webkit-animation: hue 60s infinite linear;
}
@keyframes hue {
from {
-webkit-filter: hue-rotate(-1deg);
}
to {
-webkit-filter: hue-rotate(0deg);
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant