• What is Wilderness?
  • Getting started
    • Installation
    • Create a shape
    • Animate a shape
  • Advanced features
    • Create a shape from a DOM node
    • Timeline queuing
    • Updating timeline playback
    • Timeline events
    • Transforms
    • Middleware
    • Forces
    • Motion path
    • Development v production
  • API
    • Definitions
    • The shape function
    • The render function
    • The timeline function
    • The play function
    • The pause function
    • The motionPath function
    • The plainShapeObject function

The plainShapeObject function

Creates a Plain Shape Object when passed a Shape.


plainShapeObject(shape)
    

Arguments

shape

A Shape.

Return value

A Plain Shape Object.


⛺ Made by Colin Meinke