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
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
Hello Ismael,
thanks a lot for your help! I really appreciate it :)
Have a nice day,
Rixi