Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Creating a Roll animation effect in WPF

    I know one picture can tell what the Roll animation looks like instead of writing many sentences. The animation looks like the following: Opacity masks allow us to make portions of a UIelement or visual either transparent or partially transparent. To apply opacity mask, we can assign a brush to the Opacity...
    Posted to Razan Paul Blog (Weblog) by RazanPaul on 10-01-2009, 12:00 AM
    Filed under: WPF, XAML, Animation
  • Wheel Clockwise animation in WPF

    This animation is like the Wheel Clockwise, 1 spoke, animation of MS power point. Some people also call this animation as Radial animation. This animation starts from a line, which points from the centre to top middle, and then it rotates 360 degrees in clockwise direction and makes the underlying object...
    Posted to Razan Paul Blog (Weblog) by RazanPaul on 10-01-2009, 12:00 AM
    Filed under: WPF, XAML, Animation
  • Perspective camera animation on a cube in WPF 3D

    I have started WPF 3D at my work. Actually, i wanted  to make roll animation effect using WPF 3D. After some R&D, I came up with roll animation using 2D animation, which I described in my previous blog post. At first, I tried to make roll animation using perspective camera rotation.  For...
    Posted to Razan Paul Blog (Weblog) by RazanPaul on 10-01-2009, 12:00 AM
    Filed under: WPF, XAML, Animation, 3D
  • Making circle animation in WPF

    This animation is like the circle animation of MS power point. You can set any geometry like ellipse geometry to define the visible region of a WPF UIelement type. To make it possible every WPF UIelement type has a clip property and you can set any geometry object to clip. However, for circle animation...
    Posted to Razan Paul Blog (Weblog) by RazanPaul on 10-01-2009, 12:00 AM
    Filed under: WPF, XAML, Animation
  • Creating marquee/scrolling text in WPF

    A WPF marquee is a scrolling piece of text displayed either horizontally across or vertically down your container. Here i show you how to make a scrolling marquee using Canvas and TextBlock. I will show only left to right in code. However, you can achieve right to left or vertical marquee text just by...
    Posted to Razan Paul Blog (Weblog) by RazanPaul on 10-01-2009, 12:00 AM
    Filed under: WPF, XAML, Animation
  • Exploring Clip Property of UIelement to Make Animation in WPF

    Every UIelement has a Property named clip, which is Geometry type. You can set any geometry used to define the outline of the contents of an element. Only the area that is within the region of the geometry will be visible. Portion of UIelement outside the geometry will be visually clipped in the rendered...
    Posted to Razan Paul Blog (Weblog) by RazanPaul on 12-31-2009, 12:00 AM
    Filed under: WPF, XAML, Animation
  • 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...
    Posted to Razan Paul Blog (Weblog) by RazanPaul on 12-31-2009, 12:00 AM
    Filed under: WPF, XAML, Animation
Page 1 of 1 (7 items)