Skip to content

Commit

Permalink
[Flipper@connerdev] Fix for opacity related xsession-errors messages (#…
Browse files Browse the repository at this point in the history
…785)

Fix xsession-errors messages when using the "Back" or "Elastic" easing options. The message would report out of range opacity values. This fixes the problem by tweening the opacity on its own and using a hard-coded easing which will ensure the opacity value can not go below or above the target defined in the tweener.
  • Loading branch information
klangman authored Nov 29, 2024
1 parent d551401 commit 6b7a06d
Show file tree
Hide file tree
Showing 18 changed files with 147 additions and 81 deletions.
4 changes: 4 additions & 0 deletions Flipper@connerdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.6

* Fix "opacity" .xsession-errors messages when using the "Back" or "Elastic" easing options

## 1.0.5

* Changed "dim_factor" to "opacity" since "dim_factor" is no longer defined
Expand Down
Loading

0 comments on commit 6b7a06d

Please sign in to comment.