hajpoj
hajpoj

Reputation: 13389

Listbox item click animation toolkit?

Is there some toolkit for the animation when a user clicks on a list box item? The animation that I am referring to is when you tap on a list box item (like an email in your inbox) and the text depresses under your finger (or topple? its kind of hard to describe). I see this in many Windows Phone 7 applications like Yelp, OneBusAway, GoVoice, etc and was wondering if there was some toolkit for this animation or if I have to develop this animation on my own.

If anyone know if such a toolkit exists or not please let me know! I could do this using storyboards but I don't want to reinvent the wheel unless I have to :).

Thanks! Haji

Upvotes: 6

Views: 3342

Answers (2)

Josh Close
Josh Close

Reputation: 23393

The Silverlight Toolkit has this functionality built in.

http://silverlight.codeplex.com/

Upvotes: 3

Mick N
Mick N

Reputation: 14882

This would be Tilt Effect. Detailed here.

Tilt Effect Overview for Windows Phone

Upvotes: 10

Related Questions