Skip to content

Commit

Permalink
Remove VTA
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFoDy committed Apr 29, 2024
1 parent 73c6809 commit a9abb16
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/styles/blocks/collection.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,24 +90,3 @@ h2.collection__item-title {
margin-top: 1em;
}
}

@supports (view-timeline: --works) {
.collection__item {
view-timeline-axis: block;
view-timeline-name: --collection-item-in-view;
animation: linear scroll-appear both;
animation-duration: auto;
animation-timeline: --collection-item-in-view;
animation-range: contain 0% contain 40%;
}

@keyframes scroll-appear {
0% {
opacity: 0.2;
}

100% {
opacity: 1;
}
}
}

0 comments on commit a9abb16

Please sign in to comment.