Email or username:

Password:

Forgot your password?
Top-level
Morgan Davis

@argyleink

Ironically, doesn’t work on iOS. :-)

Now, for extra credit… how can you detect a click on one of the edges of the cards in the back of the stack and have it scroll-snap to that card in the foreground position?

2 comments
Adam Argyle

@mdavis they'll support SDA, they deploy so many scroll animations. it's too rad (and off the main thread)

shouldn't be too hard to have the tapped item scroll and be snapped: `event.target.scrollIntoView()` should do the trick

Go Up