Create important keyframes for animation in .araclar
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use "variables";
|
||||
|
||||
@keyframes fullscreen-image-appear {
|
||||
from {
|
||||
opacity: 0;
|
||||
@@ -29,4 +31,24 @@
|
||||
100% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes important {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
text-shadow: black 0 0 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: scale(1.02);
|
||||
text-shadow: variables.$clr_dark 0 0 20px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1);
|
||||
text-shadow: black 0 0 0;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user