mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Init v1
This commit is contained in:
15
sass/base/animations.scss
Normal file
15
sass/base/animations.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes spinAround {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes pulsate {
|
||||
50% {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user