Duplicating timeline animates original selector

Hello,

I encountered an issue while trying to animate multiple containers using timelines. Here is the process I followed:

  1. I created a timeline for a container with the ID #Container1 and successfully set up the desired animations.
  2. To animate another container in the same way, I duplicated the timeline and changed the selector ID to #Container2.
  3. However, the animation still runs for the original timeline of #Container1.

To resolve this, I need to delete the duplicated animation and set it up again for #Container2 manually.

I hope its easy to follow.

Thanks!

Did you change only the ID for the trigger selector? If you’ve duplicated timeline1, the animation selector for timeline2 may be still the selector for timeline1 :slight_smile: Can you confirm that you’ve changed both selectors? The trigger selector and the animation selector?

I was using the same trigger selector.

Here’s what I did:

The trigger selector was ‘container’ and the selector to animate was ‘text’. I wanted to animate another text, so I duplicated the first setup and changed the selector to animate a different text. However, it didn’t work.

Maybe that is not the correct way of doing it :smiley:

And maybe small thing, from the bricksforge settings there is link to documentation, but the link is incorrect.