city41 / reagent-breakout

The game Breakout implemented with Reagent

Home Page:http://city41.github.io/reagent-breakout/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ball animation issues

city41 opened this issue · comments

The ball is animating itself with setTimeout, this only works correctly the first time a ball is added. Need a more general approach.