Add seperate file for keyframes

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-27 17:49:20 +03:00
parent 76d238517f
commit 6df4d94e6b

View File

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