I am trying to make an interactive guide in HTML5 canvas element. With interactive guide, I mean something like this.
I want a JavaScript library or framework which is suitable for making interactive guide like the example above. So basically, I am looking for a a library which helps with following:
- animations
- rollovers
- visual effects
- creating shapes
- different tabs (navigation) (like the one in the example)
As a side question - Do you know any good tutorials for learning canvas element (I was going to start with W3Schools but people say it is not a good resource).