Tweaked cog bounce

This commit is contained in:
Niléane 2023-12-22 02:26:11 +01:00
commit 34a181d189
No known key found for this signature in database
3 changed files with 9 additions and 9 deletions

View file

@ -454,10 +454,10 @@ body.app-body {
transform: rotate(0) scale(1);
}
60% {
transform: rotate(60deg) scale(1.2);
transform: rotate(80deg) scale(1.2);
}
100% {
transform: rotate(40deg) scale(1.1);
transform: rotate(60deg) scale(1.1);
}
}
@ -826,7 +826,7 @@ body.app-body {
background-color: transparent;
}
.app-body .navigation-bar .icon-button.active {
transform: rotate(40deg) scale(1.1);
transform: rotate(60deg) scale(1.1);
animation: rotate-bounce .4s 1;
}
/* Follow user icon */

View file

@ -454,10 +454,10 @@ body.app-body {
transform: rotate(0) scale(1);
}
60% {
transform: rotate(60deg) scale(1.2);
transform: rotate(80deg) scale(1.2);
}
100% {
transform: rotate(40deg) scale(1.1);
transform: rotate(60deg) scale(1.1);
}
}
@ -826,7 +826,7 @@ body.app-body {
background-color: transparent;
}
.app-body .navigation-bar .icon-button.active {
transform: rotate(40deg) scale(1.1);
transform: rotate(60deg) scale(1.1);
animation: rotate-bounce .4s 1;
}
/* Follow user icon */

View file

@ -454,10 +454,10 @@ body.app-body {
transform: rotate(0) scale(1);
}
60% {
transform: rotate(60deg) scale(1.2);
transform: rotate(80deg) scale(1.2);
}
100% {
transform: rotate(40deg) scale(1.1);
transform: rotate(60deg) scale(1.1);
}
}
@ -826,7 +826,7 @@ body.app-body {
background-color: transparent;
}
.app-body .navigation-bar .icon-button.active {
transform: rotate(40deg) scale(1.1);
transform: rotate(60deg) scale(1.1);
animation: rotate-bounce .4s 1;
}
/* Follow user icon */