How do I make a rolling effect in Silverlight?
I find the Resolution Randomizer ( http://resolutionrandomizer.pop.us/ecard.aspx ) quite interesting. It has a rocking effect when you click the "Randomize" button.
I am really new to Silverlight and I am wondering how this is implemented. I would like to add the same effect to my project. Does anyone have some scripts that I can link to?
source to share
You can check out Nikhil Kothari's SilverlightFX project which provides some very powerful transition effects and declarations. As for the rolling effect, you probably want to create a ContentControl that contains all the visual rendering of the movie and use an FX Move animation with a fading effect that slows down as you approach the end of the animation. The Move animation moves the entire visual along the viewport.
source to share
Nikhil website is down. Just let everyone and everyone know. You can access the stuff using google tho cache link: http://74.125.113.132/search?q=cache:ssbXtQS7bEUJ:www.nikhilk.net/Silverlight-Effects-In-Depth.aspx+SilverlightFX&hl=en&ct=clnk&cd = 3 & gl = tt & client = firefox-a
source to share