8 lines
643 B
CSS
8 lines
643 B
CSS
|
|
@media(prefers-reduced-motion:reduce){
|
||
|
|
*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.001ms!important}
|
||
|
|
.board-card.revealing,.board-card.completing .path,.completion-burst,.gate-dot.frontier,.tutorial-demo *,.tutorial-demo::after,.num.turn-warning,.number-turn-warning,.pill.time-attack.active>span:first-child,.time-attack-clock.urgent,.completion-flash,.gate-connect-pulse,.number-match-orbit-holes,#viewport::before{animation:none!important}
|
||
|
|
.completion-burst{opacity:1}
|
||
|
|
.tutorial-path{stroke-dashoffset:0}
|
||
|
|
.tutorial-shop-marker,.tutorial-number-pulse{transform:none}
|
||
|
|
.tutorial-shop-score{opacity:1}
|
||
|
|
}
|