Module page_transition_collection Copy item path ANIMATION_TARGET_PROPERTY Defines the animation target, either page transitioning in or page transitioning out. DIRECTION_PROPERTY Defines whether the transition is unidirectional (one way) or bidirectional (two way). DURATION_PROPERTY The duration of a Page node transition (in milliseconds). END_VALUE_PROPERTY The ending value for the animation. FROM_PROPERTY The selection criteria for the source Page node. Use * for any Page node. PROPERTY_TYPE_PROPERTY Defines which property to animate. PageTransitionCollection Transition collection is used to define transitions within a Page Host. Resource Represents the base class for all resources.
This base class contains information related to the type of the resource and the
loading status of the resource data. The actual resource data is specific to the sub-classes. START_VALUE_PROPERTY The starting value for the animation. TO_PROPERTY The selection criteria for the target Page node. Use * for any Page node. AnimationTarget Defines target for animation. Direction Enumeration that describes the direction of the transition.