[x] Have you followed the guidelines in our Contributing document?
[x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
New Feature Submissions
[x] Does your submission pass tests?
[x] Have you lint your code locally prior to submission?
Changes to Core Features
[x] Have you added an explanation of what your changes do and why you'd like us to include them?
[x] Have you written new tests for your core changes, as applicable?
[x] Have you successfully ran tests with your changes locally?
Pr to fix the #81, it seems that it was a problem with thetransform property prefixes, but now I don't have an ability to check this fix, so it would be nice if someone could confirm correct work
It's look like this is a weird bug on webkit-based browsers with using transform-box and transform-origin properties as described in this question on Stack Overflow(link) so I close this pr for now.
All Submissions
New Feature Submissions
Changes to Core Features
Pr to fix the #81, it seems that it was a problem with the
transform
property prefixes, but now I don't have an ability to check this fix, so it would be nice if someone could confirm correct work