ferronn-dev / ferronnizer

My personal WoW addon
MIT License
1 stars 0 forks source link

autocast on pet buttons #113

Closed ferronn-dev closed 2 years ago

ferronn-dev commented 2 years ago

warlock imp makes an easy example

ferronn-dev commented 2 years ago

button.AutoCastable:Show() AutoCastShine_AutoCastStart(button.AutoCastShine)

button.AutoCastable:Hide() AutoCastShine_AutoCastStop(button.AutoCastShine)

ferronn-dev commented 2 years ago

the animation is managed by UIParent OnUpdate