amegan / jquery-flip

Flipboard like effect for jquery and jquery mobile
MIT License
126 stars 38 forks source link

Why Pages black? Speed? #9

Open Gilli opened 11 years ago

Gilli commented 11 years ago

Very Good work! I have only two questions: 1) How can I change the speed of transaction? 2) How can I change the black color of the flip content during the transaction?

Thanks a lot for all!!

amegan commented 11 years ago

1) currently, speed of transaction is not exposed as an option to control. I will change this in the future version.

2) It happens if .flipContent element has transparent background. This problem happens only on some environment. If you can set any background color for this class css, it won't be black. I will add default css style in the next version.

Gilli commented 11 years ago

Thanks very much! It is a very good template. Can you tell me where i can set the speed directly into the js file?

onigetoc commented 10 years ago

I found out change MAX_DISTANCE to 800 or 1000

luisgustavovf commented 9 years ago

Change MAX_DISTANCE don't work. Still impossible change the speed?