Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.

Unanswered MS Blend 4 animate to infinity?

  • Tuesday, January 08, 2013 9:45 PM
     
     

    Hello guys. I'm using Microsoft Expression Blend 4 Ultimate and I created a template button. I setted like when IsMouseOver Event is triggered an animation starts. In my animation my first frame stars at 0 and ends at 2. The problem is that it is playing only once... But I want it to play to infinity... In MS Expression Blend 3 I have that option to set it to infinity, but here i don't have any option. Check my screenshot please:

    http://img600.imageshack.us/img600/6876/problemiq.png

    Thanks!

    Problem resolved, Thanks!

    • Edited by MoroJr Tuesday, January 08, 2013 10:17 PM
    •  

All Replies

  • Wednesday, January 09, 2013 3:25 PM
     
     
    What you're looking for is the Timeline.RepeatBehavior which in this case you want to set to "Forever" so adding a quick RepeatBehavior="Forever" to your Storyboard should fix you right up. Hope this helps.




    Please mark answers as helpful when used, and answered when completed.