mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-16 15:01:44 +01:00
Support prefers-reduced-motion
This commit is contained in:
parent
5b107599b4
commit
0e49b7c238
1 changed files with 7 additions and 0 deletions
|
@ -409,3 +409,10 @@ .period-group.no-time-slider input,
|
|||
.period-group.no-time-slider label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion) {
|
||||
body[data-init-done] .listTransitioning #innerContainer,
|
||||
#bottomBar {
|
||||
transition: none !important;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue