Skip to content

Commit

Permalink
1.1.15-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Norberg committed May 5, 2021
1 parent 59dd114 commit 38042ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. All notable
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.15-Release] 2021-05-05
### Changed
- Reduced the opacity when moving to 50%, down from its previous 65%. Let's see if this makes it a bit easier to navigate while moving!

## [1.1.14-Release] 2021-04-22
- Bump toc version.

Expand Down
2 changes: 1 addition & 1 deletion ClassicWorldMapEnhanced/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ Private.SetUpFading = function(self)
self.FadeTimer = CreateFrame("Frame")
self.FadeTimer.elapsed = 0
self.FadeTimer.stopAlpha = .9
self.FadeTimer.moveAlpha = .65
self.FadeTimer.moveAlpha = .5
self.FadeTimer.stepIn = .05
self.FadeTimer.stepOut = .05
self.FadeTimer.throttle = .02
Expand Down

0 comments on commit 38042ef

Please sign in to comment.