fix-each-block-duplications
Rich Harris 6 months ago
parent e83918d638
commit 2e6f2fcfab

@ -298,7 +298,7 @@ function animate(element, options, counterpart, t2, callback) {
});
// @ts-ignore
animation.onfinish = callback?.()
animation.onfinish = callback;
} else {
// Timer
if (t1 === 0) {

Loading…
Cancel
Save