Open
Description
Describe the bug
Trying to move element in a circular path using CSS keyframes by applying:
@keyframes orbit{ from { transform: rotate(0deg) translate(-50px) rotate(0deg); } to{ transform: rotate(360deg) translate(-50px) rotate(-360deg); } }
results the element to stay in the same position.
I have figured out to achieve this I have to specify the rotation angle in every 6.25% and it doesn't move in an exact circular path.
This is code runs well on browser, Do i miss something with Nativescript or is it a bug that would be fixed?
Environment
-Nativescript version is 5.1.0
-tns-core-module is 5.1.2
- tns-android is 5.1.0
- tns-ios 5.1.0
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.