nnattawat / flip

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

is it possible to star flip component reverse flipped ? #106

Open mkoczorowski opened 7 years ago

mkoczorowski commented 7 years ago

I have tried firing up (initial)

$el.flip({ {reverse: true/false} })

every time the flip element starts not reversed.

I would like to display the 'back' upon page reload. IS this possible. ?

Btw, great work!

JemarJones commented 7 years ago

The reverse option is meant to reverse the direction that the card will flip in (see http://nnattawat.github.io/flip/). Theres currently no way to display the back side initially. May i ask why you don't simply put the content you are considering the back in the front element instead?