This pull request fixes bug when window get shrunk during the animation posted by @AmN on discord.
Also pull request renames variables to increase readability.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/895
**Author:** [@thearturca](https://github.com/thearturca)
**Created:** 6/27/2024
**Status:** ✅ Merged
**Merged:** 7/4/2024
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `feature/animated-move` ← **Head:** `feature/animated-move`
---
### 📝 Commits (3)
- [`0fe635a`](https://github.com/LGUG2Z/komorebi/commit/0fe635a6e725a74f069344c083da1555b0fb13ad) refactor(animation): renamed args parameters and variables names
- [`517a0ea`](https://github.com/LGUG2Z/komorebi/commit/517a0ea93e4f780096967aa0f3853b0a0566ea30) refactor(animation): inverse if-statement in `window::animate_position`
- [`dc6884a`](https://github.com/LGUG2Z/komorebi/commit/dc6884aebe482f3078727fd1376264b17d28922c) fix(windows_api): add shadow rect to `move_window` function call
### 📊 Changes
**3 files changed** (+61 additions, -71 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/animation.rs` (+15 -13)
📝 `komorebi/src/window.rs` (+38 -47)
📝 `komorebi/src/windows_api.rs` (+8 -11)
</details>
### 📄 Description
This pull request fixes bug when window get shrunk during the animation posted by @AmN on discord.
Also pull request renames variables to increase readability.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/895
Author: @thearturca
Created: 6/27/2024
Status: ✅ Merged
Merged: 7/4/2024
Merged by: @LGUG2Z
Base:
feature/animated-move← Head:feature/animated-move📝 Commits (3)
0fe635arefactor(animation): renamed args parameters and variables names517a0earefactor(animation): inverse if-statement inwindow::animate_positiondc6884afix(windows_api): add shadow rect tomove_windowfunction call📊 Changes
3 files changed (+61 additions, -71 deletions)
View changed files
📝
komorebi/src/animation.rs(+15 -13)📝
komorebi/src/window.rs(+38 -47)📝
komorebi/src/windows_api.rs(+8 -11)📄 Description
This pull request fixes bug when window get shrunk during the animation posted by @AmN on discord.
Also pull request renames variables to increase readability.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.