AnimationMode.IsPropertyAnimated
static function IsPropertyAnimated(target: Object, propertyPath: string): bool;
static bool IsPropertyAnimated(Object target, string propertyPath);
static def IsPropertyAnimated(target as Object, propertyPath as string) as bool
Description

Is the specified property currently in animation mode and being animated?