Animations - McTalian-WoW-Addons/RPGLootFeed GitHub Wiki
Customize the row entry and exit animations, hover effects, quantity update animations, and how rows reposition when another row exits.
Animation settings are configured independently for each frame. You can find them under each frame's Appearance > Animations section in the options panel.
Controls how new loot rows appear when they are added to the feed.
-
Enter Animation Type: Choose between no animation (
None), a fade-in (Fade), or a directional slide (Slide). - Enter Animation Duration: How long the entry animation plays, from 0.1s to 1.0s.
- Slide Direction (visible when Slide is selected): The direction the row slides in from — Left, Right, Up, or Down.
Controls how rows leave the feed after their display time expires.
- Disable Automatic Exit: When enabled, rows stay in the feed indefinitely and must be dismissed manually (right-click to dismiss).
- Fade Out Delay: How long a row remains fully visible before starting to fade out, from 1s to 60s.
-
Exit Animation Type: Choose between no animation (
None) or a fade-out (Fade). - Exit Animation Duration: How long the exit fade plays, from 0.1s to 3.0s.
Controls the highlight effect shown when you mouse over a row in the feed.
- Enable Hover Animation: Toggles the hover highlight on or off.
- Hover Alpha: The opacity of the highlight overlay at peak intensity (0 = invisible, 1 = fully opaque).
- Base Duration: How long the fade-in and fade-out of the hover highlight takes, from 0.1s to 1.0s.
Controls the flash effect shown when a row is updated (e.g. a stacking item is looted again, incrementing the quantity).
- Disable Highlight: Turns off the update flash entirely.
- Update Animation Duration: How long the flash plays, from 0.1s to 1.0s.
- Loop Update Highlight: When enabled, the flash loops continuously until the row exits rather than playing once.
When a row exits the feed, the remaining rows need to shift into the gap it leaves behind. By default, this repositioning is animated so rows slide smoothly to their new positions rather than snapping instantly.
- Repositioning Duration: How long the slide animation takes, from 0.05s to 0.5s. Lower values are faster; at the minimum (0.05s) the shift is nearly instant. Setting this to the minimum effectively disables the animation without removing it entirely.
Note: While rows are animating into their new positions, new loot rows are briefly held in the queue and released once all shifts complete. This prevents layout conflicts when many rows exit in quick succession.