Browse by Tags

All Tags » silverlight » storyboard
  • Animations and View Models: IAnimationDelegate

    We often trip over ourselves trying to minimize code behind and abstract behaviors in the UI from the models, etc. This is important for clean separation, but sometimes behaviors may add too much abstraction. The real fact is many applications require some sort of transition or animation based on events, and while we can try to put as many of ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on March 3, 2010
  • Silverlight Behaviors and Triggers: Storyboard Trigger Example

    One of the most powerful benefits of Silverlight is that it uses the DependencyProperty model. Using this model, you can create attached properties to describe reusable behaviors and attach those behaviors to certain elements. An example of this is firing animations in the UI elements. One criticism of Silverlight has been the lack of support ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on October 6, 2009
Powered by Community Server (Commercial Edition), by Telligent Systems