Reputation: 344
When my user swipes to the next panorama item, the elements inside the new panorama item must animate their entrance with different delays.
←TextBlock
←TextBlock
←TextBlock
First textblock animates with panorama item. Second animates the same way, but with some delay before it etc. Is this possible?
Upvotes: 0
Views: 226
Reputation: 3145
<TextBlock Text="Line One" toolkit:SlideInEffect.LineIndex="1"/>
<TextBlock Text="Line Two" toolkit:SlideInEffect.LineIndex="2"/>
Upvotes: 3