Sha256: 4eb1033033fba7d915710ad921f51b4df38be7933772f86359b2152bb241d2d5

Contents?: true

Size: 352 Bytes

Versions: 32

Compression:

Stored size: 352 Bytes

Contents

.example-enter {
    opacity: 0.01;
    transition: opacity .2s ease-in;
}

.example-enter.example-enter-active {
    opacity: 1;
}

.example-leave {
    opacity: 1;
    transition: opacity .2s ease-in;
}

.example-leave.example-leave-active {
    opacity: 0.01;
}

.animated {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
nutella_framework-0.6.4 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.3 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.2 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.1 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.0 framework_components/room-places-interface/css/animation.css
nutella_framework-0.5.1 framework_components/room-places-interface/css/animation.css
nutella_framework-0.5.0 framework_components/room-places-interface/css/animation.css
nutella_framework-0.4.32 framework_components/room-places-interface/css/animation.css
nutella_framework-0.4.31 framework_components/room-places-interface/css/animation.css
nutella_framework-0.4.30 framework_components/room-places-interface/css/animation.css
nutella_framework-0.4.29 framework_components/room-places-interface/css/animation.css
nutella_framework-0.4.28 framework_components/room-places-interface/css/animation.css