-
Notifications
You must be signed in to change notification settings - Fork 102
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
Parallax effect options [enhancement] #60
Comments
Thanks for the suggestion, @pedro-mendonca. If I understand you correctly though, I am seeing the opposite. Any chance you could provide a screencast (or similar) so that I can see what you're seeing? Cheers, |
Hi, |
I think you can use CSS transition to make it smoother:
|
Here is what I see, the background is faster than the page. This isn't an ease issue, as it only eases it, but won't reverse it's direction. |
* Added - Element label when hovering over an element in the preview window. * Improved - Columns now use percentage widths, instead of a 12 column grid system. * Improved - Up to six columns can now be added to a single row instead of four (and of course you can still nest rows). * Improved - Background image parallax effect [GitHub 60](https://github.com/andrew-worsfold/tailor/issues/60). * Improved - Dynamic element CSS rules now supports SCSS-like syntax (e.g., :, :: and & special characters); * Fixed - General color settings appear in the Tailor colors Customizer section for some themes [GitHub 73](https://github.com/andrew-worsfold/tailor/issues/73). * Fixed - An error message is displayed if get_current_screen() is not defined [GitHub PR 74](https://github.com/andrew-worsfold/tailor/pull/74). * Fixed - Elements are loaded too early, causing an issue with the New User Approve plugin [GitHub 75](https://github.com/andrew-worsfold/tailor/issues/75). * Fixed - Graphic color not being displayed correctly when upgrading from early versions of Tailor. * Fixed - Some units (for example "vw" and "vh" when setting minimum width and height) not being accepted in preview. * Fixed - Masonry-enabled elements do not refresh when their parent element changes. * Removed - Maximum 75rem width (CSS property) for Section content (use maximum width setting instead, if required).
Apologies for the delay in getting around to this. I've committed a change to address what you're seeing. Could you please let me know if everything's looking and behaving as expected now? Cheers, |
This is, based on my testing, now working properly (and in accordance with your description above). As I've not heard anything from you I will close the issue, however please don't hesitate to reopen it if you believe more changes are required. Cheers, |
Hi @andrew-worsfold |
Great! Thanks for confirming, @pedro-mendonca! 😄 |
Hi @andrew-worsfold
Congratulations for this great page builder.
I just tried to use the parallax effect on a section, but there is an issue that might prevent me to use it. It's speed, it seems that the background now is scrolling faster than the actual page scroll. To obtain a background moving effect, it's better to have it scrolling slower than the page itself.
Would be nice to have a setting, a textinput with a speed number, or a slider where you can control it's speed:
Currently it looks like the setting is Faster than page, It would be nice to also have the possibility to slide it somewhere -1 and 0, being 0 as parallax disabled.
Regards
The text was updated successfully, but these errors were encountered: