Skip to content

Commit

Permalink
0.2s to 0.3s fade out time
Browse files Browse the repository at this point in the history
  • Loading branch information
wardz committed Dec 22, 2019
1 parent 8d4940a commit 2304667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClassicCastbars/core/Frames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function addon:HideCastbar(castbar, noFadeOut)
end

if castbar:GetAlpha() > 0 then
castbar.fade:SetDuration(cast and cast.isInterrupted and 1.5 or 0.2)
castbar.fade:SetDuration(cast and cast.isInterrupted and 1.5 or 0.3)
castbar.animationGroup:Play()
end
end
Expand Down

0 comments on commit 2304667

Please sign in to comment.