startDelay property

int? startDelay
getter/setter pair

The amount of time, in milliseconds, to delay starting the animation after animation start. If not set explicitly default startDelay will be taken 0ms. This only works for Android.

Implementation

int? startDelay;