@v4fire/client
Version:
V4Fire client core library
33 lines (24 loc) • 507 B
text/stylus
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
$p = {
}
b-slider_mode_slide extends b-slider
/mode &__view
display flex
size 100%
overflow hidden
/mode &__view-content
display flex
size 100%
transition transform 0.3s
@media (prefers-reduced-motion reduce)
transition none
/mode &__view-content > *
flex-shrink 0
/mode&_swipe_true &__view-content
transition none