Enumeration

PhoshAnimationType

Declaration

enum Phosh.AnimationType

Description [src]

The animation type of PhoshAnimationType.

Members

Name Description
PHOSH_ANIMATION_TYPE_EASE_OUT_CUBIC

Use ease out cubic interpolation.

PHOSH_ANIMATION_TYPE_EASE_IN_QUINTIC

Use ease in quintic interpolation.

PHOSH_ANIMATION_TYPE_EASE_OUT_QUINTIC

Use ease out quintic interpolation.

PHOSH_ANIMATION_TYPE_EASE_OUT_BOUNCE

Use easeOutBounce interpolation.