Deteled animations remains saved, and written on compiled public page

Hi!
i noticed that if I delete Animations (from animations coulomn in BF timeline panel), they are still present, and creates problem whe I try to correct the animation creating a new one.
Ypou can check this creating an Animation, deleting it, save, and search on public source page for a trigger class or ID (which should no longer be there in the frontend as they have been deleted from admin timeline panel)
Is this an issue that only I have encountered?

Hey @diz :slight_smile: It sounds like caching to me. If a timeline is deleted and you save, it is definitely no longer there.

But what do you mean by “search on public source page for a trigger class or ID (which should no longer be there in the frontend as they have been deleted from admin timeline panel)”? GSAP does not change your DOM by adding classes. The processes run in the background. Is it possible that you are confusing something? :slight_smile:

hi Daniele,
I mean if I create some triggers in the “Animations” column, and then delete them, in the source code of the published page, I still find them.
If on “Animations” for example as a trigger I use .myfakeclass (used only here, not existing in the DOM), then I delete everything on the Animations column, seeing the source code of the published page I still find among the gsap code “myfakeclass”

Ohhhh, okay. You talk about the animation controls. I thought you’re on the Bricksforge Panel (Timelines). Good to know. Will check that asap and come back to you!

yes! Timeline panel, Animations column.