I am trying to build a looped scrolling website header text like the one on the Google homepage here - https://careers.google.com/d/
I have tried to code it but I am having no luck at all. Would really appreciate some help please, thank you.
I am trying to build a looped scrolling website header text like the one on the Google homepage here - https://careers.google.com/d/
I have tried to code it but I am having no luck at all. Would really appreciate some help please, thank you.
Copyright © 2021 Jogjafile Inc.


What you're looking for is transform. At least from the example you gave.
Create your element to 'scroll'.
Then add some javascript to it to apply some position change.
From here we can make it animated with CSS so its scrolling down instead.
This is an example of how to move one element down.. You can wash and repeat for the second element you wan to move.
JSFiddle
Further Fiddle with more example