.fadable { opacity: 1; transition: opacity 0.2s cubic-bezier(0.54, 0, 0.28, 1); &.is-faded { opacity: 0; } }