You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/components/rotator/rotator.page.styl

21 lines
342 B
Stylus

.rotator
position: relative
height: 1em
.rotator__item
position: absolute
left: 0
top: 0
width: 100%
height: 100%
transition: transform .2s, opacity .2s
transition-timing-function: ease-out-cubic
&.pos--above
transform: translateY(-100%)
opacity: 0
&.pos--below
transform: translateY(100%)
opacity: 0