HTML 5: how to make stackable images?
Posted
by Bobafett
on Stack Overflow
See other posts from Stack Overflow
or by Bobafett
Published on 2010-05-23T10:15:32Z
Indexed on
2010/05/23
10:20 UTC
Read the original article
Hit count: 204
Is it possible to load up 10 images (same dimension), stack them on top of one another only showing 1 image at a time and then by holding down the left mouse button and dragging the mouse up you scroll in one direction and moving the mouse down scrolls in the opposite direction?'
if so how can this be done? canvas element would be the begining, no?
© Stack Overflow or respective owner