diff --git a/docs/Options.md b/docs/Options.md index b38ab9b..aafd68b 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -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). @@ -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. \ No newline at end of file +By default, initiating via a jQuery plugin automatically starts the animation. Passing `true` into this value will prohibit that.