🐛 Fix: reading progress not support safari

This commit is contained in:
Cell
2024-11-06 21:53:32 +08:00
parent 261f7b66ef
commit ad45d89098
2 changed files with 9 additions and 1 deletions
@@ -26,4 +26,12 @@
from { transform: scaleX(1); }
to { transform: scaleX(0); }
}
/**
* After the CSS property `animation-timeline: scroll()` exceeds 90% browser support in the future, this code can be removed
* See https://caniuse.com/mdn-css_properties_animation-timeline_scroll
*/
@supports not (animation-timeline: scroll()) {
display: none;
}
}
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.3.15-fd15415b" -}}
{{- .Scratch.Set "version" "v0.3.15-261f7b66" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}