Files
blender-cloud/static/assets/bootstrap/sass/mixins/_transition.sass

10 lines
237 B
Sass
Raw Normal View History

=transition($transition...)
@if $enable-transitions
@if length($transition) == 0
transition: $transition-base
@else
transition: $transition
@media screen and (prefers-reduced-motion: reduce)
transition: none