×
A new build of Corona SDK is now available to subscribers. Not a subscriber? Subscribe now.
CoronaSDK 2012.821 | Released: 23 May 2012, 2:01am | What's New | Download Now

easing.outQuad( )

Description:

Starts motion fast and then decelerates motion to a zero velocity as it executes.

Syntax:

transition.to(displayObject, { transition=easing.outQuad})
transition.from(displayObject, { transition=easing.outQuad})
transition.dissolve(displayObject, { transition=easing.outQuad})

Example:

local currentTarget = display.newCircle(100, 100, 100)
transition.to(currentTarget, { time=400, y=300, transition=easing.outQuad})

Parameters:

None.
 

Returns:

Nothing

Remarks:

Easing is intended to be used with transition.to and transition.from APIs.

Supported on operating systems and platforms for build numbers shown:
  • Mac OS X:
    Corona SDK 1.0
  • Windows:
    Corona SDK 2.0
  • iOS:
    Corona SDK 1.0
  • Android:
    Corona SDK 2.0