Merge pull request #243 from Safelite/feature/CSR-270_animations-tweak

Feature/csr 270 animations tweak
This commit is contained in:
max-dempsey 2022-02-23 09:28:38 -05:00 committed by GitHub
commit 767bfb3535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
.fade-enter-active, .fade-enter-active{
.fade-leave-active { transition: opacity 0.6s ease;
}
.fade-leave-active {
transition: opacity 0.3s ease; transition: opacity 0.3s ease;
} }