Class: ColorTo

lime.animation.ColorTo

new lime.animation.ColorTo(args)

Animation for changing element's fillcolor value
Parameters:
Name Type Argument Description
args mixed <repeatable>
Color definition.
Source:

Extends

Members

<static> Target :string

Element component to apply the animation
Properties:
Name Type Default Description
FILL string fill
STROKE string stroke
FONT string font
Source:

scope

Source:

Methods

getTargetComponent() → {lime.animation.ColorTo.Target}

Return the animation target component
Source:
Returns:
component type.
Type
lime.animation.ColorTo.Target

makeTargetProp()

Source:

setTargetComponent(component) → {lime.animation.ColorTo}

Set the component to apply the animation
Parameters:
Name Type Description
component lime.animation.ColorTo.Target type.
Source:
Returns:
object itself.
Type
lime.animation.ColorTo

update()

Source: