Click or drag to resize

OpacityTransition Properties

The OpacityTransition type exposes the following members.

Properties
  NameDescription
Public propertyDuration
The Duration property represents the total time in milliseconds for the transition to complete.

Default: 0

Public propertyOpacity
The Opacity property represents the resulting opacity of the window.

This value is clamped beween 0.0 and 1.0

Default: 1.0

Public propertyRaw
The Raw property represents the underliying JObject containing the transition's settings.
(Inherited from IAnimationTransition.)
Top
See Also