Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1488855

    Good morning,
    i just saw that the slide over effekt on the page Home with the 2 buildings is not working on the ipad and on my Handy. Is it possible to make that work?

    Many regards rixi

    #1488882

    Hey rixi,

    Thank you for the inquiry.

    The effect is actually disabled on mobile view because the css property that enables it is not supported, specially on iOS. You can try enabling it back using the following css code but you may find issues with the transition.

    #top .alternate_color.avia-bg-style-fixed, #top .footer_color.avia-bg-style-fixed, #top .header_color .header_bg.avia-bg-style-fixed, #top .main_color.avia-bg-style-fixed, #top .socket_color.avia-bg-style-fixed {
        background-attachment: fixed;
    }

    https://caniuse.com/background-attachment

    Known Issues:
    Firefox does not appear to support the local value when applied on a textarea element.
    Chrome has an issue that occurs when using the will-change property on a selector which also has background-attachment: fixed defined. It causes the image to get cut off and gain whitespace around it.
    iOS has an issue preventing background-attachment: fixed from being used with background-size: cover

    Best regards,
    Ismael

    #1488886

    Hello Ismael,
    thanks a lot for your help! I really appreciate it :)
    Have a nice day,
    Rixi

    #1488973

    Hi,

    You’re welcome! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Slide over Effekt is not shown on ipad and handy’ is closed to new replies.