Forum Discussion
Javascript across different devices
- 3 days ago
Are you using the Storyline JS API to do your animations? This should prevent the repositioning, if you are referencing them another way and using GSAP then you will need to add positioning info in as well, one of the issues you may also see, if the user resaizes their browser hey move.
Are you using the Storyline JS API to do your animations? This should prevent the repositioning, if you are referencing them another way and using GSAP then you will need to add positioning info in as well, one of the issues you may also see, if the user resaizes their browser hey move.
- izzy12 hours agoCommunity Member
Thank you! Using Storyline JS API seemed to sort it out. I was initially using GSAP and no matter what I did, I couldn't seem to influence the xy postioning so that the objects didn't move. Responsiveness is better with JS API.