Sha256: c53a3e8c711af928951b9b0ae8a703a6e570a36664c397123b977799fe294d06

Contents?: true

Size: 312 Bytes

Versions: 6

Compression:

Stored size: 312 Bytes

Contents

.ae-fade-in
  &:hover
    animation: fadeIn 1s linear

.ae-fade-out
  &:hover
    animation: fadeOut 1s linear

.ae-ease-in-out
  &:hover
    @include easeInOut

.ae-hidden
  display: none

@keyframes fadeIn
  0%
    opacity: 0
  100%
    opacity: 1

@keyframes fadeOut
  0%
    opacity: 1
  100%
    opacity: 0

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
express_ui-0.5.0 app/assets/stylesheets/express_ui/atoms/_animations.sass
express_ui-0.4.2 app/assets/stylesheets/express_ui/atoms/_animations.sass
express_ui-0.4.1 app/assets/stylesheets/express_ui/atoms/_animations.sass
express_ui-0.4.0 app/assets/stylesheets/express_ui/atoms/_animations.sass
express_ui-0.3.0 app/assets/stylesheets/express_ui/atoms/_animations.sass
express_ui-0.2.1 app/assets/stylesheets/express_ui/atoms/_animations.sass