Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #424136

    Hi,
    In the new version is available transition and preload functions
    is very nice effect but there is an snap horizontal movement at a time when it appears (and disappears) the scroll bar of the browser, Chrome, Firefox, Safari.
    Is there a way to improve?

    Thanks

    • This topic was modified 9 years ago by macrunner.
    #424265

    Hi macrunner!

    Can you send us a link to your site so we can check? Make sure to deactivate all plugins while testing.

    Cheers!
    Elliott

    • This reply was modified 9 years ago by Elliott.
    #424285

    Hi Elliot,
    the problem also occurs on all the demo versions, for example: http://kriesi.at/themes/enfold-startup/
    With Mac OS X 10.9 (Mavericks) and 10.10 (Yosemite), Chrome, Safari and Firefox, the latest versions.
    I made a short video: https://youtu.be/aWIkHiu8O3s

    Thanks

    #424465

    Hi!

    I’m not sure if this is going to work but you can add this to the Quick CSS field to enable the scroll bar right before the preloader stops:

    @media only screen and (min-width: 989px) {
    html.responsive {
      overflow-y: scroll;
    }
    
    .av-preloader-reactive {
      overflow: hidden !important;
    }}

    Regards,
    Ismael

    #424558

    Hi Ismael,
    it works great
    Thanks a lot

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘[SOLVED] Transition – snap horizontal movement’ is closed to new replies.