I have 3 components of type TsButton and I only want 2 of them to execute the Lighting animation when the mouse passes over them and I’m not able to do that.
The buttons have the AnimatEvents->aeLighting property which has the value False.
In the TsSkinManager component I change the AnimEffects->Buttons->Events->beLighting property to True and all the buttons perform the animation when the mouse passes over them.
So, what good is the AnimatEvents->aeLighting property on the button?
Thank You.