Skip to content
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

Some animations not working on apple devices #413

Open
ErikRobles opened this issue Oct 16, 2018 · 8 comments
Open

Some animations not working on apple devices #413

ErikRobles opened this issue Oct 16, 2018 · 8 comments

Comments

@ErikRobles
Copy link

ErikRobles commented Oct 16, 2018

Flip animations not working on apple devices.

This is:

  • Bug

Specifications

  • AOS version: 2.3.4
  • OS: apple devices
  • Browser: Any on Apple device, iphone, ipad etc.

Expected Behavior

Animated element should be hidden until scroll event

Actual Behavior

Element is visible and flipped a bit past its complete sideways position

Steps to Reproduce the Problem

  1. This issue can be seen even on the AOS JS website flip demo. https://michalsnik.github.io/aos/

  2. I am experiencing the same issue on my site: http://lionsfield.com/wp/about-us/

Detailed Description

It would be nice to at least add a sequential fade in before flip to initially hide the element briefly while flipping into view

Possible Solution

@ErikRobles
Copy link
Author

ErikRobles commented Oct 16, 2018

Supplement to the issue #413, I wanted to post the initial state vs. the final state on the iPhone, iPad, iPad mini etc.
Before reaching the scroll point, you can see the image flipped sideways and a little beyond.
img_4415

The animation then moves to the complete sideways hidden position and then reveals itself as seen in this image.
img_4416

This only happens in Apple devices as Chrome, Firefox, Edge and Opera are rendering it just fine. Safari... Well, safari doesn't know how to render the animations nor anything else for that matter.

@mileswalker91
Copy link

Has anyone found a resolution to? :)

@JNaeemGitonga
Copy link

JNaeemGitonga commented Apr 20, 2019

fade-up isn't working as expected on iOS either.

@damky
Copy link

damky commented May 9, 2019

I've noticed half the of the flipped element is visible above (z-index?) other elements, briefly, and this is on apple devices.
Screen Shot 2019-04-04 at 2 43 04 PM

@BenQuirk
Copy link

BenQuirk commented Jun 5, 2019

I'm having the same issue using 'flip-left' and 'flip-right'. My workaround is unfortunately to just use another class that doesn't have the same issue, 'fade-left' or 'fade-right'.

@damky
Copy link

damky commented Jun 12, 2019

for our flip-left/flip-right workaround, we found that if the parent div was set to position:relative;, and had a z-index: -1; then it worked properly. Sometimes we also needed overflow:auto;

@Odialko
Copy link

Odialko commented Jul 18, 2019

I had the same problem and I found solution by this link

juliandalfonso pushed a commit to juliandalfonso/guiaparalaensenanzadego.github.io that referenced this issue Aug 5, 2020
@SeaYJ
Copy link

SeaYJ commented Feb 4, 2024

我注意到翻转元素的一半在(z-index?)其他元素上方可见,简而言之,这是在苹果设备上。 Screen Shot 2019-04-04 at 2 43 04 PM

me,too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants