Canvas Spaceship/Loader
We'll build a little item that you can use in your next HTML5 experiment or Game as a Loader, Space Ship, some collectible (powerups) or whatever.
If you're wondering how to do this thing in CSS3, then just use a div. Make it rounded with border-radius
and use thick dashed
borders. Use the pseudo elements for the inner circle/body.
Fun: Try changing the value of this.wing_count
(line 31).