Only show table progress on browsers that supports it (#99)

This commit is contained in:
Samy Pessé
2024-01-17 12:18:31 +01:00
committed by GitHub
parent 64a9e27ca7
commit b16636c180
@@ -1,3 +1,8 @@
/* Hide it on browsers (firefox / safari) that do not support it */
.progressOpacitySharp {
display: none;
}
@supports (animation-timeline: scroll()) {
.progressContainer {
scroll-timeline-name: --squareTimeline;
@@ -13,6 +18,7 @@
}
.progressOpacitySharp {
display: grid;
opacity: 0;
animation-name: opacityProgressSharp;
animation-duration: 1ms;