(X) Hide this Upcoming webinar on Feb 23rd, 10 am PST (see your local time): Building Line-of-business Applications with Silverlight & WCF Data Services
More webinar info | Register | Other webinars
Tweet @silverlightshow and win a SilverlightShow Tweet-shirt. Learn how >>
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 4 results for Transforms.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Peter Kuhn  on  Feb 09, 2011 (1 week ago)

    Don't miss...

             Windows Phone 7 game development book 

                   Show more books

    This article is part 3 of the series "XNA for Silverlight developers":

    Animation is a word of Latin origin and means "make alive/bring to live" (animare) or "spirit" (animus). It describes the technique of using a series of single images to create the illusion of movement for the beholder. We all know that concept from the movies and television where the rapid display of a sequence of frames results in the impression of natural motion. In computer graphics and especially games, we use the same technique to bring characters and other elements to life, give the player feedback about their input commands and create a more interesting overall experience.


  • CompositeTransform Simplifies Transforms in Silverlight 4 Beta

    0 comments  /  posted by  Silverlight Show  on  Nov 24, 2009 (more than a year ago)

    In this post Adam Kinney demonstrates the new CompositeTransform class which siplifies the writing of transforms.

    One of the features you may have missed that was added to the Silverlight 4 beta is the new CompositeTransform class. The new class provides a simpler way to transform an element, by simply offering a single object to instantiate rather than a group of transforms made for specific transforms. To animate properties, you will no longer need to name multiple Transforms or access them by index (hoping they were added in the expected order).

  • Multiple Animations On One Property Through Transforms

    0 comments  /  posted by  Silverlight Show  on  Sep 04, 2009 (more than a year ago)
    Peter Gerritsen discovered that if you want multiple animations on the same property you can achieve it by using a transform and animating the properties of the transform.

    When you create two or more animations that work on the same property of an object, Silverlight will only use the last of the defined animations.

    By using transforms you’re able to achieve the same effect anyway.

  • 0 comments  /  posted by  Silverlight Show  on  Apr 07, 2009 (more than a year ago)
    Tags: Layout , Transforms , Tab Control
    At Lee's Corner there is a short post on using LayoutTransformer.

    LayoutTransformer makes it easy to display content vertically. After adding reference to the toolkit layout assembly . All we have to do is to add our content to the LayoutTransformer and specify our Transform.