Making a Simple Marquee Text Control, Drip Animation and Roll Animation in WPF

An animation consists of a series of frames. To perform the animation, these frames are shown one after the other at a regular time interval. I have just published an article about how i came up with marquee text control, Drip animation, and Roll animation.

Here it is:

http://www.codeproject.com/KB/WPF/WPFAnimation1.aspx

1 Comment

  • Hi Rob,

    If you want to add pause during marquee animation, you can use the following approach: using dispatcher timer to make marquee animation and adding necessary code to add pause in the dispatcher timer tick handler. You can get text wrapping and multiline behavior by adding TextWrapping="Wrap" property to the Textblock of marquee control

Comments have been disabled for this content.