I find problem myself.
Sprinkle animation causes the problem.
Looks like IE JavaScript is very slow. If I draw too many canvas lines, it slows down Edge animation.
I change to prepare several canvas caches in memory, and then draw cached canvas to screen, that fixed the problem.