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

10-fading-circle not working on IE11+ and Safari 5+ #51

Closed
endorria opened this issue Aug 14, 2014 · 1 comment · Fixed by #54
Closed

10-fading-circle not working on IE11+ and Safari 5+ #51

endorria opened this issue Aug 14, 2014 · 1 comment · Fixed by #54

Comments

@endorria
Copy link

Hello,

Good job here, thanks for all animations.

Like explain in the title this animation doesn't work for me on IE11 and Safari.

For IE11 :
The keyframes isn't the same from the -webkit- one.
Opacity must be set to 1
@Keyframes fadedelay {
0%, 39%, 100% { opacity: 0 }
40% { opacity: 1 } // 0 currently
}
For Safari I have no idea.

@tobiasahlin
Copy link
Owner

@endorria ❤️ Thanks for catching this!

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

Successfully merging a pull request may close this issue.

2 participants