Sha256: 7bbb4381890debefc4436e4c6fb28816bde381a95f8064dc503a45e6a3303e11

Contents?: true

Size: 928 Bytes

Versions: 27

Compression:

Stored size: 928 Bytes

Contents

@if index($hamburger-types, vortex-r) {
  /*
   * Vortex Reverse
   */
  .hamburger--vortex-r {
    .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

Version Path
timequake-2.1.0 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.11 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.10 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.9 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.8 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.7 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.6 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.5 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.4 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.3 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.2 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.1 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
timequake-2.0.0 app/assets/stylesheets/hamburgers/types/_vortex-r.scss
krad-3.7.5 _sass/hamburgers/types/_vortex-r.scss
krad-3.7.4 _sass/hamburgers/types/_vortex-r.scss
hamburgers-1.1.3 _sass/hamburgers/types/_vortex-r.scss
hamburgers-1.1.2 _sass/hamburgers/types/_vortex-r.scss
hamburgers-1.1.0 _sass/hamburgers/types/_vortex-r.scss
krad-3.7.3 _sass/hamburgers/types/_vortex-r.scss
krad-3.7.2 _sass/hamburgers/types/_vortex-r.scss