Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、他のページがロードされたとき、または最初の画面のイベントに応答して画面に表示されたときに、ページ遷移 (ページ入り口効果) を組み込みたい Windows ストア アプリケーションを開発しています。これどうやってするの?ありがとう。
これは、それを達成する方法の例です..
<Page.Transitions> <TransitionCollection> <EntranceThemeTransition /> </TransitionCollection> </Page.Transitions>