c# - Is it possible to apply a storyboard to an element that is created after application start? -
basically, ive got load of polygons on canvas (the number of determined user clicking on canvas every polygon he/she wants). want able animate these polygons once user click 'play' button. ideas on how this? or whether possible? far i've learnt how apply storyboard elements created before application started.
hopefully help: creating animation in procedural code
you need either 1 storyboard instance per polygon (if want control them independently) or need add multiple doubleanimations, 1 storyboard, each targetting 1 polygon's x or y position.
it depends sort of animation want show. can elaborate?
Comments
Post a Comment