uni-page { opacity: 0; } uni-page.animation-before { transform: translateY(20px); } uni-page.animation-leave { transition: all .3s ease; } uni-page.animation-enter { transition: all .3s ease; } uni-page.animation-show { opacity: 1; } uni-page.animation-after { transform: translateY(0); }