• Resolved surepoint

    (@surepoint)


    Animations such as .slideInLeft or .slideInRight applied to content blocks are not working in iOS Safari Version 11.1.2 (11605.3.8.1).

    The content blocks such as the columns at https://gmprimarycarecareers.org.uk/pharmacy remain invisible due to the .css below and the console is showing ReferenceError: Can’t find variable: IntersectionObserver called at line 52 in coblocks-animation.js

    .coblocks-animate {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    }

    IntersectionObserver API is supported on iOS Safari since 12.2. Can you provide a fix for older versions of Safari particularly for users who are unable to update Safari dues to iOS limitations.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Animations created by IntersectionObserver not working in Safari v11’ is closed to new replies.