1
0

Reduce timeout duration in animeCat.js

This commit is contained in:
2025-05-26 03:52:29 +02:00
parent c77a1d6fb3
commit 41d4a3be4e

View File

@@ -205,7 +205,7 @@ window.AnimeCat = class AnimeCat {
wrapper.style.transform = origTransform || '';
if (typeof onFinish === 'function') onFinish();
}, 700);
}, 3000);
}, 2000);
}, 2200);
}, 400);