Tagged Questions
3
votes
1answer
588 views
How to trigger event in silverlight animation by keyframe?
I need to call a method when the animation gets to a certain keyframe. Is it possible to trigger an event when an animation gets to a certain keyframe? If not is there a better way of triggering an ...
1
vote
1answer
550 views
How to animate “typing” text in SketchFlow?
In Microsoft's Expression Blend 3 SketchFlow application.
How would you go about animating the typing of text, ideally in staged character by character fashion. As if the user is typing it.
An ...
0
votes
1answer
481 views
Animation in Silverlight using a dynamic value
I want to translate an object on its Y-axis over time in Silverlight, but its height is not constant, so I'd like to be able to change the second line of the following from:
...