Is it possible to have multiple animations running in the same time instead of just in a sequence (eg. two object animations beginning in 0s but each during for a different time)?
Hello Juliano,
Yes it is possible. Are you not seeing this behavior?
You can see an example of this here: http://indigo.infragistics.com/help/animating-elements-into-view-on-a-screen.html
Looking at your links and sample I've found that probably my mistake was not adding a state transition in my opening animation.
Now it is working fine.
Thank you.
George beat me to it :) His sample is a good demonstration of this.