Metadata definitions for PageTransitionCollection.
More...
◆ AnimationTargetProperty
Initial value:=
new DynamicPropertyType<>("PageTransitionAnimation.AnimationTarget", Integer.class)
Defines the animation target, either page transitioning in or page transitioning out.
◆ DirectionProperty
Initial value:=
new DynamicPropertyType<>("PageTransition.Direction", Integer.class)
Defines whether the transition is unidirectional (one way) or bidirectional (two way).
◆ DurationProperty
Initial value:=
new DynamicPropertyType<>("PageTransition.Duration", Integer.class)
The duration of a Page node transition (in milliseconds).
◆ EndValueProperty
Initial value:=
new DynamicPropertyType<>("PageTransitionAnimation.EndValue", String.class)
The ending value for the animation.
◆ FromProperty
Initial value:=
new DynamicPropertyType<>("PageTransition.From", String.class)
The selection criteria for the source Page node.
Use * for any Page node.
◆ PropertyTypeProperty
Initial value:=
new DynamicPropertyType<>("PageTransitionAnimation.PropertyType", String.class)
Defines which property to animate.
◆ StartValueProperty
Initial value:=
new DynamicPropertyType<>("PageTransitionAnimation.StartValue", String.class)
The starting value for the animation.
◆ ToProperty
Initial value:=
new DynamicPropertyType<>("PageTransition.To", String.class)
The selection criteria for the target Page node.
Use * for any Page node.