Skip to content

Commit

Permalink
minor changes, set higher css, faster default transition and updated …
Browse files Browse the repository at this point in the history
…thumbnail
  • Loading branch information
memelotsqui committed Nov 27, 2024
1 parent 9e18631 commit a36caf4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/RightPanel.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
position: relative;
overflow-x: hidden !important;
margin: 16px;
height: 280px;
height: 300px;
}
.options-container {
user-select: none;
Expand Down
Binary file modified src/images/emotion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/library/EmotionManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class EmotionManager {
* Time for the emotion to go from 0 to 1 (divide by two if you want fast in and out)
* @type {number}
*/
emotionTime = 0.6;
emotionTime = 0.1;
/**
* @type {boolean}
*/
Expand Down

0 comments on commit a36caf4

Please sign in to comment.