I am trying to create a animation of the video below where the geometry grows and rotates. I can animate each slider individually as shown. Is there a way to animate both together at the same time. Bearing in mind that on is angle slider (degrees 0-90) and the other is a scale (0-2.00).
Use the remap component - feed your master 0 to 1 slider into the input, set the bounds you want to map from to 0 to 1 (construct domain), and set the bounds you want to map to 0-90
Thanks to all of you for your suggestions. The Remap was definitely the way to go. Took some messing about with adding an expression (x-1) to the rotation components (also setting them to radians made it easier) so that they began to rotate after reaching 1 in scale; but i got there in the end!