BaseZoomPanelAnimator Class |
Namespace: Ab2d.Animations
public abstract class BaseZoomPanelAnimator
The BaseZoomPanelAnimator type exposes the following members.
Name | Description | |
---|---|---|
![]() | CalculateValue |
Gets a value that is calculated from startValue, endValue and progress.
|
![]() | CalculateViewboxAndRotationAngle |
Calculates the new Viewbox and RotationAngle values from the properties.
|
All ZoomPanel animators must implement the abstract CalculateValue method. It is also possible to override the CalculateViewboxAndRotationAngle method to provide additional customizations on how the Viewbox and RotationAngle are animated. For example it is possible to animate the Width and Height differently as X and Y.