split animations for text and background into 2 separate keyframe animations

This commit is contained in:
imohkay 2021-10-22 17:31:38 +05:30
commit 4f625793d0
6 changed files with 21 additions and 8 deletions

View file

@ -91,7 +91,7 @@ main > .film {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: fadeIn 1s linear 0.4s forwards;
animation: fade_in 1s linear 0.4s forwards;
opacity: 0;
}