Sha256: c54e9c8c2103f0f45c63f41bd5e308d7ea5337436f4f7c2a47813d6fc5cc5685

Contents?: true

Size: 234 Bytes

Versions: 6

Compression:

Stored size: 234 Bytes

Contents

.animation-wrapper {
  overflow: hidden;

  .fade-in {
    @include transition(all, 1s, $e-easeOutCubic);
    opacity: 0;
    transform: translateY(15rem);

    &.in-view {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hardpool-flat-3.1.0 _sass/theme/_animations.scss
hardpool-flat-3.0.0 _sass/theme/_animations.scss
hardpool-flat-2.2.0 _sass/theme/_animations.scss
hardpool-flat-2.1.0 _sass/theme/_animations.scss
hardpool-flat-2.0.0 _sass/theme/_animations.scss
hardpool-flat-1.0.0 _sass/theme/_animations.scss