Further to my original post, I have found that
adding this to the rotation of the album gets me close to where I need to be
ease(transform.position[0],550,800,0,60);
How can I add to this expression so that it rotates the opposite way at the other side? Like this
ease(transform.position[0],500,350,0,-60);
Any help?
Cheers