EVEN MORE TESTING!!
This commit is contained in:
parent
fe0940ce4f
commit
2c8029eaf1
1 changed files with 5 additions and 6 deletions
|
@ -99,11 +99,10 @@ img:not(.project-inner > div > img):not(.activity>img) {
|
|||
/* height: 4rem; */
|
||||
}
|
||||
|
||||
50% {
|
||||
/* 50% {
|
||||
opacity: 1;
|
||||
/* height: 4rem; */
|
||||
transform: translateY(calc(50vh - 6rem)) scale(1.25);
|
||||
}
|
||||
} */
|
||||
|
||||
100% {
|
||||
transform: translateY(0) scale(1);
|
||||
|
@ -115,13 +114,13 @@ img:not(.project-inner > div > img):not(.activity>img) {
|
|||
}
|
||||
|
||||
@keyframes fadeDelay {
|
||||
0% {
|
||||
/* 0% {
|
||||
opacity: 0;
|
||||
transform: translateY(25vh);
|
||||
display: none;
|
||||
}
|
||||
} */
|
||||
|
||||
66% {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateY(25vh);
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue