Sha256: 296acb9f39cf42385b1f31e14e03dafa7010184990121ec13d375f873a12df6e
Contents?: true
Size: 914 Bytes
Versions: 27
Compression:
Stored size: 914 Bytes
Contents
@if index($hamburger-types, vortex) { /* * Vortex */ .hamburger--vortex { .hamburger-inner { transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); &::before, &::after { transition-duration: 0s; transition-delay: 0.1s; transition-timing-function: linear; } &::before { transition-property: top, opacity; } &::after { transition-property: bottom, transform; } } &.is-active { .hamburger-inner { transform: rotate(765deg); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); &::before, &::after { transition-delay: 0s; } &::before { top: 0; opacity: 0; } &::after { bottom: 0; transform: rotate(90deg); } } } } }
Version data entries
27 entries across 27 versions & 3 rubygems