IM STILL SO CONFUSED
This commit is contained in:
parent
66ba7437f7
commit
fe0940ce4f
1 changed files with 2 additions and 1 deletions
|
@ -117,10 +117,11 @@ img:not(.project-inner > div > img):not(.activity>img) {
|
|||
@keyframes fadeDelay {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateY(25vh);
|
||||
display: none;
|
||||
}
|
||||
|
||||
90% {
|
||||
66% {
|
||||
opacity: 0;
|
||||
transform: translateY(25vh);
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue