Now a days I am playing around with HTML5 Canvas API and Java Script. It’s an amazing option to create animations.This weekend I saw The Matrix movie.This film known for it’s visual effect. I wrote one Matrix function In which I am filling canvas with “Matrix” word at random locations using Canvas fillText method. And I am calling that function using Javascript setInterval Method.
Animation Core Java Script HTML5