Skip to content

Commit

Permalink
chore: add clungu comment
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Son89 committed Oct 10, 2023
1 parent ff1c6de commit 735a319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo2/components/buttons/slide_button/animations.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(defn- track-cover-interpolation
[track-width thumb-size]
{:in [0 1]
:out [thumb-size track-width]})
:out [thumb-size (+ track-width thumb-size)]})

(defn- arrow-icon-position-interpolation
[thumb-size]
Expand Down

0 comments on commit 735a319

Please sign in to comment.