Thread: Fading Textures
View Single Post
08-16-18, 08:20 AM   #9
candrid
Premium Member
 
candrid's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 61
Originally Posted by zork View Post
This is the frame fader I use in rLib which is using animations.
https://github.com/zorker/rothui/blo...framefader.lua
Example call from one of my addons:
https://github.com/zorker/rothui/blo...r/core.lua#L48

If you need an example for a drag frame you can check rLib too.
https://github.com/zorker/rothui/blo.../dragframe.lua
https://github.com/zorker/rothui/blo.../core.lua#L107
I understand most of it but what is the "rlib" about? Can that be substituted?
Lua Code:
  1. rLib:CreateFrameFader(ObjectiveTrackerFrame, cfg.fader)
  Reply With Quote