Animation when add or remove item from GridView XAML
问题 How create own animation when item add or remove from GridView? For example change colour from dark to light. If Item is a Grid: <Grid.Transitions> --> There can be only predefinied *ThemeTransitions? </Grid.Transitions> Is other way to do this? 回答1: Tim is correct that the Transitions are pre-defined at this point. However, you should be able to achieve your scenario using Storyboard. There are probably several ways to do this, e.g. retemplating GridViewItem and adding new "Loading"/