yemM / flippy

Flippy is a cross-browser flip effect plugin for jQuery which allows you to flip whatever html element you want. It now supports rgba colors
140 stars 98 forks source link

direction option case sensitive #9

Closed agentfitz closed 11 years ago

agentfitz commented 11 years ago

the direction option, i.e. "TOP" appears to be case sensitive and is causing unexpected results if "top" (bottom, etc.) is used instead.

It might be worth adding a toLowerCase() to the option to prevent this unexpected behavior from occurring as it has the potential to confuse new users.

yemM commented 11 years ago

Hi, the direction parameter is not case sensitive anymore :)