Tweaked cog bounce
This commit is contained in:
parent
16ae1d7de6
commit
34a181d189
3 changed files with 9 additions and 9 deletions
|
|
@ -454,10 +454,10 @@ body.app-body {
|
||||||
transform: rotate(0) scale(1);
|
transform: rotate(0) scale(1);
|
||||||
}
|
}
|
||||||
60% {
|
60% {
|
||||||
transform: rotate(60deg) scale(1.2);
|
transform: rotate(80deg) scale(1.2);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: rotate(40deg) scale(1.1);
|
transform: rotate(60deg) scale(1.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -826,7 +826,7 @@ body.app-body {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.app-body .navigation-bar .icon-button.active {
|
.app-body .navigation-bar .icon-button.active {
|
||||||
transform: rotate(40deg) scale(1.1);
|
transform: rotate(60deg) scale(1.1);
|
||||||
animation: rotate-bounce .4s 1;
|
animation: rotate-bounce .4s 1;
|
||||||
}
|
}
|
||||||
/* Follow user icon */
|
/* Follow user icon */
|
||||||
|
|
|
||||||
|
|
@ -454,10 +454,10 @@ body.app-body {
|
||||||
transform: rotate(0) scale(1);
|
transform: rotate(0) scale(1);
|
||||||
}
|
}
|
||||||
60% {
|
60% {
|
||||||
transform: rotate(60deg) scale(1.2);
|
transform: rotate(80deg) scale(1.2);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: rotate(40deg) scale(1.1);
|
transform: rotate(60deg) scale(1.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -826,7 +826,7 @@ body.app-body {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.app-body .navigation-bar .icon-button.active {
|
.app-body .navigation-bar .icon-button.active {
|
||||||
transform: rotate(40deg) scale(1.1);
|
transform: rotate(60deg) scale(1.1);
|
||||||
animation: rotate-bounce .4s 1;
|
animation: rotate-bounce .4s 1;
|
||||||
}
|
}
|
||||||
/* Follow user icon */
|
/* Follow user icon */
|
||||||
|
|
|
||||||
|
|
@ -454,10 +454,10 @@ body.app-body {
|
||||||
transform: rotate(0) scale(1);
|
transform: rotate(0) scale(1);
|
||||||
}
|
}
|
||||||
60% {
|
60% {
|
||||||
transform: rotate(60deg) scale(1.2);
|
transform: rotate(80deg) scale(1.2);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: rotate(40deg) scale(1.1);
|
transform: rotate(60deg) scale(1.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -826,7 +826,7 @@ body.app-body {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.app-body .navigation-bar .icon-button.active {
|
.app-body .navigation-bar .icon-button.active {
|
||||||
transform: rotate(40deg) scale(1.1);
|
transform: rotate(60deg) scale(1.1);
|
||||||
animation: rotate-bounce .4s 1;
|
animation: rotate-bounce .4s 1;
|
||||||
}
|
}
|
||||||
/* Follow user icon */
|
/* Follow user icon */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue