nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation
Other
627 stars 312 forks source link

Add axis percentage, not only 50% #3

Closed fagianijunior closed 9 years ago

fagianijunior commented 9 years ago

Using axisPercent: "0%", spin is made from the left. Using axisPercent: "100%", spin is made from the right. Or any percent. 50% is default.

fagianijunior commented 9 years ago

Spin to front or to back

nnattawat commented 9 years ago

Hi Carlos, thanks for your contribution.

I think the 'to' option is quite useful, however, I am not sure about 'axisPercent' since I wanna keep the plugin simple and handy.

I will merge your pull request but will use remove out the axisPercent and might change the option name of 'to'.

Cheers