Duplicate animation error and change delay error

Hi,

When trying to duplicate an animation, on click, nothing happened, on page refresh. Then we see the animation duplicate.
Also, when trying to change the delay, this error message is displayed :
“Your Trigger Selector does not seem to exist on this page or there are no animations on this timeline.”

See the sreenr here : Jam

Thanks.

Bicksforge Version 3.1.0
Bricks Version 2.0 RC
Advanced Themer Version 3.2.5
WordPress Version 6.8.1

I just tested it and I can’t reproduce any of the errors.

As you can see in the video, it works here without any issues:

So it seems to be an issue related to your environment. Could you deactivate all plugins except Bricksforge and try again? Also, can you open the developer console and check for javascript errors while trying to duplicate or change the delay?

I just tested by deactivating all plugins, but the problem persists.

In the console, I have this error:

gsap.min.js?ver=1751003687:2 Uncaught (in promise) SyntaxError: Failed to execute ‘querySelectorAll’ on ‘Document’: ‘#000000’ is not a valid selector.
at Pe (gsap.min.js?ver=1751003687:2:12939)
at MorphSVGPlugin.min.j…=1751003687:2:11809
at i.init (MorphSVGPlugin.min.j…=1751003687:2:12032)
at Je (gsap.min.js?ver=1751003687:2:30211)
at i.init (gsap.min.js?ver=1751003687:2:64936)
at t (gsap.min.js?ver=1751003687:2:33419)
at V (gsap.min.js?ver=1751003687:2:4414)
at gsap.min.js?ver=1751003687:2:37969
at a.render (gsap.min.js?ver=1751003687:2:38356)
at new n (gsap.min.js?ver=1751003687:2:35919)

Well… where did you add „#000000“ as element selector? Find the place and remove this line. This sounds like the culprit.

Yes, I saw that. I don’t think I was the one who did it, I know very well it’s not possible, but I can’t find anything… In any case, I can’t find anything in the BricksForge settings, which is strange.

Wow, I found it and it was very tricky.

In an element, I had an SVG file with this attribute in its code:

data-original="#000000"

And that was simply it! Incredible.

Would there be a way in the Bricksforge code to add a security measure or verification to avoid these kinds of problems?

Thank you.