windows store apps - XAML code review -


i totally new 8.1 store app in visual studio. can 1 me below code means comes default grid app template store app 8.1

<grid.childrentransitions>             <transitioncollection>                 <entrancethemetransition/>             </transitioncollection>         </grid.childrentransitions> 

its nothing animation transition applied children of grid when appear on screen. can explore here.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -