complete js animations

pull/7738/head
Rich Harris 8 years ago
parent 27e5331a98
commit d81bcdefe2

@ -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