Add seperate file for keyframes
This commit is contained in:
12
resources/css/keyframes.scss
Normal file
12
resources/css/keyframes.scss
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
@keyframes fullscreen-image-appear {
|
||||||
|
from {
|
||||||
|
opacity: 0;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
to {
|
||||||
|
width: 100%;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user