Sha256: c4148c7f519f5cbd6131fa774b400d27a65fc91269971799f209ba79d1c4c183
Contents?: true
Size: 252 Bytes
Versions: 50
Compression:
Stored size: 252 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; }
Version data entries
50 entries across 50 versions & 1 rubygems