Use visible wiggle for online launcher effect
This commit is contained in:
+1
-7
@@ -652,7 +652,7 @@
|
||||
.mf-reply-pulse { position: absolute; inset: 0; border-radius: 50%; pointer-events: none; opacity: 0; }
|
||||
.mf-online.mf-effect-breathe { animation: mfBreathe 2.8s ease-in-out infinite; }
|
||||
.mf-online.mf-effect-ring:before { position: absolute; inset: -5px; border: 2px solid ${c.brand}; border-radius: 50%; opacity: .62; content: ""; animation: mfRing 2.2s ease-out infinite; }
|
||||
.mf-online.mf-effect-sway .mf-launcher-icon { animation: mfSway 4.8s ease-in-out infinite; }
|
||||
.mf-online.mf-effect-sway .mf-launcher-icon { animation: mfWiggle 7.2s ease-in-out infinite; }
|
||||
.mf-offline { filter: grayscale(.2) saturate(.72); opacity: .86; }
|
||||
.mf-notify .mf-reply-pulse { animation: mfPulse 1.15s ease-out infinite; }
|
||||
.mf-wiggle .mf-launcher-icon { animation: mfWiggle 7.2s ease-in-out infinite; }
|
||||
@@ -717,12 +717,6 @@
|
||||
6% { transform: translateY(2px) rotate(3deg); }
|
||||
9% { transform: translateY(-1px) rotate(-2deg); }
|
||||
}
|
||||
@keyframes mfSway {
|
||||
0%, 72%, 100% { transform: translateX(0) rotate(0deg); }
|
||||
78% { transform: translateX(-2px) rotate(-4deg); }
|
||||
84% { transform: translateX(2px) rotate(4deg); }
|
||||
90% { transform: translateX(-1px) rotate(-2deg); }
|
||||
}
|
||||
@media (max-width: 640px) {
|
||||
.mf-launcher {
|
||||
${mobile.side}: max(${mobile.sideOffsetPx}px, env(safe-area-inset-${mobile.side}, 0px));
|
||||
|
||||
Reference in New Issue
Block a user