MovieClip.getTweenFunction

From GiderosMobile
Revision as of 08:59, 31 August 2023 by Hgy29 (talk | contribs)

Available since: Gideros 2023.9
Class: MovieClip

Description

Retrieves a native tween/easing function by its name.

(function) = MovieClip.getTweenFunction(name)

Parameters

name: (string) The name of the requested tween function

Return values

Returns (function) the specified tween function, or linear tween function if name wasn't recognized