Sha256: 4f398a487240758385d2c285b876b047510c5f38b32fb6512a32d07e44a9b5c7
Contents?: true
Size: 474 Bytes
Versions: 40
Compression:
Stored size: 474 Bytes
Contents
/*------------------------------------ Text Animation Slideshow ------------------------------------*/ .u-text-slideshow { position: relative; overflow: visible !important; vertical-align: inherit; } .u-text-slideshow__slide { position: relative; z-index: 1; display: inline-block; opacity: 0; transition: .3s ease; &:not(:first-child) { @include absolute(top 0 left 0); } &--current { z-index: 2; opacity: 1; } &-target{ flex-wrap: nowrap; } }
Version data entries
40 entries across 40 versions & 1 rubygems