Skip to content

Commit

Permalink
Fixed Documentation useCCS to useCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclements committed Jan 22, 2013
1 parent 54e6d31 commit 5c9896c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The markup structure for FlexSlider has been limited to a "ul.slide li" pattern
### easing: *{new}*
`easing` allows support for jQuery easing! Default options provided by jQuery are "swing" and "linear," but more can be used by included the jQuery Easing plugin. *If you chose a non-existent easing method, the slider will break.*

*Note: You need to set `useCCS: false` to force transitions in browsers that support translate3d.*
*Note: You need to set `useCSS: false` to force transitions in browsers that support translate3d.*
*Optional: [jQuery Easing Plugin](http://gsgd.co.uk/sandbox/jquery/easing/)*

### direction: *{changed}*
Expand Down

0 comments on commit 5c9896c

Please sign in to comment.