1
0

Adjust animation timing in animeCat.js

This commit is contained in:
2025-05-26 03:46:41 +02:00
parent 02860b72c7
commit c2122bf6c1

View File

@@ -200,8 +200,8 @@ window.AnimeCat = class AnimeCat {
wrapper.style.transition = origTransition || '';
wrapper.style.transform = origTransform || '';
if (typeof onFinish === 'function') onFinish();
}, 500);
}, 2600);
}, 700);
}, 2200);
}, 400);
}