Tag Archives: effect

Creating a 3d spiral effect with projection

We can use the projection properties in Silverlight 3 to help produce a 3D spiral animation. Please upgrade your browser Breakdown of effects To create this effect I use the following transforms: Opacity at either end of the animation. Projection … Continue reading

Posted in 3D, Animation, Design | Tagged , , , , , | Comments Off

Image Blitting in Silverlight with WriteableBitmapEx

During a conversation with Jesse Freeman, AKA the Flash Bum, he directed me to one of his tutorials on image composition with Flash. The tutorial, called Create Random Torn Photos with Actionscript 3.0, demonstrates a very cool way to dynamically … Continue reading

Posted in Design, Images, tutorial | Tagged , , , , , | Comments Off

Reflection Shader for Silverlight 3

from Jeff Prosise I’ve become enamored with Silverlight behaviors lately because they provide a clean and easy-to-use mechanism for encapsulating complex behavioral logic and applying it to XAML elements. And I’m equally enamored with Silverlight pixel shaders, which allow similar encapsulation of complex … Continue reading

Posted in Design, Images | Tagged , , , , , | Comments Off

Silverlight 3 and Flash: iPhone Dragging Effect

from Shine Draw Here is a Flash vs Silverlight comparison on the fantastic iPhone Dragging Effect. it is a Text Dragger like the well-known dragging effect from iPhone or iPod touch. Simply drag the text up and down by holding … Continue reading

Posted in Animation, Controls, User-Interface | Tagged , , | Comments Off

Expression Blend Samples

This project contains a collection of useful sample behaviors and effects for use in Expression Blend. Media Behaviors PlayMedia Action to play a media element. PauseMedia Action to pause a media element. TogglePlayPauseMedia Toggles a media element between play and … Continue reading

Posted in Controls, Design, Tools | Tagged , , , , | Comments Off

Blend Modes for Silverlight

Given the great response to my series on Blend Modes … I decided to quickly convert the library so that it could be compiled for the Silverlight platform. I pretty much copied how the WPF Pixel Shader Effect Library did … Continue reading

Posted in Tools | Tagged , , , , , | Comments Off

Controlling Projection in Silverlight 3

In the above example I use the new Projection control to create a 3d effect based on the users mouse position. In Silverlight 3 we have 2 new variables to give us the ability to show perspective. We can use … Continue reading

Posted in tutorial | Tagged , , , , , | Comments Off

More Pixel Shader Effects for Silverlight

Did you know that the WPF Effects Library on CodePlex has been updated for Silverlight 3? If not, hurry up and check it out: http://wpffx.codeplex.com Here’s a Channel 9 video demonstrating the effects (in WPF). Below are two effect screen … Continue reading

Posted in Images, Tools, tutorial, User-Interface | Tagged , , , , | Comments Off