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

Line 195 and 60% animation keyframe #8

Closed
imeninnik opened this issue Aug 9, 2013 · 2 comments
Closed

Line 195 and 60% animation keyframe #8

imeninnik opened this issue Aug 9, 2013 · 2 comments

Comments

@imeninnik
Copy link

1. I think it's a typo in line 195,

should ne like this:

.perspectiveUpRetourn {
backfe-visibility: visible;
-webkit-animation-name: perspectiveUpRetourn;
-moz-animation-name: perspectiveUpRetourn;
-ms-animation-name: perspectiveUpRetourn;
-o-animation-name: perspectiveUpRetourn;
animation-name: perspectiveUpRetourn;
}

instead of

.perspectiveUpRetourn backface-visibility: visible {
-webkit-animation-name: perspectiveUpRetourn;
-moz-animation-name: perspectiveUpRetourn;
-ms-animation-name: perspectiveUpRetourn;
-o-animation-name: perspectiveUpRetourn;
animation-name: perspectiveUpRetourn;
}

2. 60% animation keyframe

Something worng with your compilation scripts as we have this:
60% {
opacity: 1;
-webkit-transform-origin: NaN%;
-moz-transform-origin: NaN%;
-ms-transform-origin: NaN%;
-o-transform-origin: NaN%;
transform-origin: NaN%;

@imeninnik
Copy link
Author

maybe that becouse of this line in your style file:
transform-origin: 100%% 0%

@miniMAC
Copy link
Owner

miniMAC commented Aug 20, 2013

Many thanks! I've fixed all errors!

@miniMAC miniMAC closed this as completed Aug 20, 2013
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

2 participants