remove broadcast animation because 💥 CPU
This commit is contained in:
parent
76749e2250
commit
c694ab24f6
|
@ -142,10 +142,10 @@
|
||||||
animation: pulsating-left 1.5s linear infinite
|
animation: pulsating-left 1.5s linear infinite
|
||||||
|
|
||||||
|
|
||||||
@keyframes pulsating-right
|
// @keyframes pulsating-right
|
||||||
40%
|
// 40%
|
||||||
transform: translateX(1px) scale(1.1)
|
// transform: translateX(1px) scale(1.1)
|
||||||
|
|
||||||
@keyframes pulsating-left
|
//@keyframes pulsating-left
|
||||||
40%
|
// 40%
|
||||||
transform: translateX(-1px) scale(1.1)
|
// transform: translateX(-1px) scale(1.1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user