1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

fix: fixes broken animation on scroll button (#2356)

This commit is contained in:
Amir Raminfar
2023-08-18 15:18:23 -07:00
committed by GitHub
parent a150b44bec
commit f7740ebd04

View File

@@ -157,7 +157,7 @@ section {
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.15s ease-in;
transition: opacity 0.2s ease-out !important;
}
.fade-enter,