FollowPathEffectExtensions<T extends AnimateManager<T>> extension

Adds FollowPathEffect related extensions to AnimateManager.

on
  • T

Methods

followPath({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, required dynamic path, bool? rotate, double? rotationOffset, bool? transformHitTests}) → T
Adds a FollowPathEffect that moves the target following the specified path (via Transform). The path coordinates are relative to the target's nominal position.