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.7.3 framework_components/room-places-interface/css/animation.css
nutella_framework-0.7.2 framework_components/room-places-interface/css/animation.css
nutella_framework-0.7.1 framework_components/room-places-interface/css/animation.css
nutella_framework-0.7.0 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.21 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.20 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.19 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.18 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.17 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.16 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.15 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.13 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.12 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.11 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.10 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.9 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.8 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.7 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.6 framework_components/room-places-interface/css/animation.css
nutella_framework-0.6.5 framework_components/room-places-interface/css/animation.css