Famous / Famous/famous-angular

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

Open
#355 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.9k
Forks
267
PR merge metrics
No merged PRs in 30d

Description

``` html

```

``` javascript
$scope.box.rotate.set(-45 * Math.PI/180, {duration: 1200, curve: Easing.inOutExpo});
```

and an fa-modifier

``` javascript
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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.