I am seeking answers to two specific questions:
While there are myriad examples available for animating a "back to top" button using CSS or JQuery, is there any similar example for animating a "back to left" button for horizontal scrolling?
How can I link button A to button B on the same page and have them play in a loop? Essentially, I want clicking button A to move to the position of button B, and clicking button B to return to the position of button A.
If anyone has suggestions or solutions, please share.