Skip to content

Commit

Permalink
Merge pull request #18 from Spone/patch-1
Browse files Browse the repository at this point in the history
Update Options.md
  • Loading branch information
darsain committed Nov 11, 2014
2 parents 7969ebb + b1861ec commit e582afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var panning = new Motio(element, {

// Sprite animation specific options
frames: 0, // Number of frames in sprite.
vertical: 0, // Tells Motio that you are using vertically stacked sprite image.
vertical: false, // Tells Motio that you are using vertically stacked sprite image.
width: 0, // Set the frame width manually (optional).
height: 0, // Set the frame height manually (optional).

Expand Down Expand Up @@ -118,4 +118,4 @@ These options are relevant only when initiating Motio via a jQuery proxy.
Type: `Boolean`
Default: `0`

By default, initiating via a jQuery plugin automatically starts the animation. Passing `true` into this value will prohibit that.
By default, initiating via a jQuery plugin automatically starts the animation. Passing `true` into this value will prohibit that.

0 comments on commit e582afa

Please sign in to comment.