-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with transform:scale(x) #32
Comments
I've thought about the best way to provide a functionality for zooming. I hope to provide a feature for that in next versions. It's not an easy issue, I don't really like the idea of using so many transformations over different parts of the magazine. The idea I have is to create a zoom method that will require to disable the flipping effect, because of performance. Do you think it would work for you? Something like this: $('#id').turn('zoom',5); it will apply scale(5) |
Hey Blasten, thanks for replying. |
Ok, I have to think about that! |
Hello, I'm facing the same issue. Did you ever figure out a way to solve it? |
Hi, turn.js is very impressive! I would love to having it working on my magazine page.
My magazine page uses CSS transform:scale(x) property in order to scale up/down all background images/text, yet maintaining relative positions. However, this does not seem to work well with turn.js
If i scale up/down the entire container, the 'turn corners' of the pages will be off position.
Would you kindly advise would I should do? Thanks!
The text was updated successfully, but these errors were encountered: