complete js animations

pull/1454/head
Rich Harris 6 years ago
parent bade6df241
commit 43d2c38cfc

@ -166,6 +166,10 @@ export function animate(blocks, rects, fn, params) {
transitionManager.deleteRule(block.node, program.name);
}
if (info.tick) {
info.tick(1, 0);
}
animation.running = false;
}
};

Loading…
Cancel
Save