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

bug: fa-perspective not being applied to animation in Chrome #355

Open
rohanrehman opened this issue Apr 7, 2015 · 0 comments
Open

bug: fa-perspective not being applied to animation in Chrome #355

rohanrehman opened this issue Apr 7, 2015 · 0 comments

Comments

@rohanrehman
Copy link

<fa-app ng-controller="famousCtrl" style="width: auto; height: 800px" fa-perspective="1000">
   $scope.box.rotate.set(-45 * Math.PI/180, {duration: 1200, curve: Easing.inOutExpo});

and an fa-modifier

  fa-rotate-y="box.rotate.get()"

the box will rotate with no perspective applied until chrome (Version 41.0.2272.118 (64-bit)) is resized, resizing chrome before the animation is called makes no difference.

Bug is not reproduced in Safari.

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

1 participant