Files
ugurgaleri/resources/css/keyframes.scss
2022-07-27 17:49:20 +03:00

12 lines
144 B
SCSS

@keyframes fullscreen-image-appear {
from {
opacity: 0;
width: 0;
height: 0;
}
to {
width: 100%;
height: 100vh;
}
}