Merge pull request #270 from Safelite/feature/animations-adjustments

Feature/animations adjustments
This commit is contained in:
max-dempsey 2022-03-04 10:40:51 -05:00 committed by GitHub
commit 0fa3ce4640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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