I recently created a basic animation that involves setting an element to "position: absolute" in order to translate it. Everything functions perfectly as intended on Chrome, however, when testing it on Safari, the absolute positioning seems to be completely ignored...
For a demonstration of the issue, you can view the code here: https://codepen.io/anon/pen/YvVZNv
Could there be something I am overlooking or not implementing correctly?
Please note that I prefer using left
for positioning rather than transform:translate
.
Thank you for any insights or assistance.