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

animate not working at Windows Phone #547

Closed
sirmelle opened this issue Mar 8, 2016 · 4 comments
Closed

animate not working at Windows Phone #547

sirmelle opened this issue Mar 8, 2016 · 4 comments

Comments

@sirmelle
Copy link

sirmelle commented Mar 8, 2016

Hello,
I made a website which use animate.css to create some animations.
On all platforms working well, but only on windows phone with Windows 8.1 installed not working at all.
Divs with animate.css classes not showing up.
I tried with various animations but nothing helps.
I am using 3.5.1 version.

@apomili
Copy link

apomili commented Feb 13, 2017

Same problem

@eltonmesquita
Copy link
Collaborator

Does this problem happens on the demo website?

@apomili
Copy link

apomili commented Feb 13, 2017

No, actually the demo works fine.

My problem was (I guess, since I cant' access a debug mode in WP) the opacity set to 0 for the fade not properly set to 1. I just fix the problem with modernizer and this fix

.cssanimations.requestanimationframe.webanimations .hidden-for-effect {
     opacity:0;
 }

(the only cssanimations class didn't work)

@eltonmesquita
Copy link
Collaborator

Closing this as it seems to be solved.

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

3 participants