Integrated animations in the Calculate styles.sass
This commit is contained in:
parent
b4790a19e9
commit
cdd68c0c61
@ -16,6 +16,7 @@
|
||||
display: flex
|
||||
padding: 1rem 2rem
|
||||
transition: 1s ease-in-out
|
||||
animation: roundIn 0.7s ease-out
|
||||
|
||||
.round-item
|
||||
width: 12rem
|
||||
@ -47,3 +48,15 @@
|
||||
user-select: none
|
||||
h2, p
|
||||
margin: 0
|
||||
|
||||
@keyframes roundIn
|
||||
0%
|
||||
opacity: 0
|
||||
transform: scale(0.3)
|
||||
50%
|
||||
opacity: 1
|
||||
transform: scale(1.05)
|
||||
70%
|
||||
transform: scale(0.9)
|
||||
100%
|
||||
transform: scale(1)
|
Loading…
x
Reference in New Issue
Block a user