Frame rate drops on my phone because of tweening in UI

Hello, i am using DoTween for UI animation but after a while the frame rate drop significantly, i tried to use another tweening plugin (lean tween), also i tried to use anchored position instead of position, my phone is galaxy s20, i tested on another older phone and this issue didn’t happen, any ideas why this happens on a specific phone??

Smells like perhaps you are attaching new DoTween movements over and over again, rather than either reusing the first one you attached, or destroying whatever is going on and adding a new one.

I’m not familiar enough with the specifics of DoTween to know if this could be a thing, but it certainly is a thing in some tweening libraries I have used.

Alternately perhaps you’re just endlessly adding more UI elements and never clearing them?

Every phone will reach a performance limit sooner or later than others.