Share Posted June 29, 2017 I've got an very simple animation where an element is positioned relatively @ top:820px; with a style sheet (so not inline). I use a Tween.from() to tween the element from 1080px; This animation works fine on Web and in Electron but when I execute it on an iPad in safari, the element ends up at position 418px. I'm a bit at a loss of what could be wrong so any advice would be appreciated. I've added a codepen example. The top of the grey box should animate up to match the black line but on iOS it actually will animate to a different position. See the Pen weyaxQ by anon (@anon) on CodePen Link to post Share on other sites
Share Posted June 29, 2017 Hello @mrpinc and welcome to the GreenSock forum! Can you please provide a codepen demo example. This will be hard to understand what is happening without being able to test your code live and in context. Please setup a reduced example in codepen so we can better assist you: Thanks 3 Link to post Share on other sites
Author Share Posted June 29, 2017 I've edited the original post to include a code pen example. It only demonstrates the problem on iOS. On desktop web it behaves as expected. Link to post Share on other sites