Scroll animation of Element from browser left edge to right edge

I’m trying to setup scroll animation for a Div block that goes from left edge of the screen to the right edge based on the scroll percentage.

Seems that you can only set a fixed pixel offset for X (like in the attached sample), but this does not work well for different screen sizes.

I’ve tried using percentage as well for the X offset but that does not seem to pick up the parent width, instead uses the width of the animated Div.

Can this be achieved with Play Scroll Animation?


Here is my public share link: LINK
(how to access public share link)