Skip to content

Commit

Permalink
inLinear, outLinear, outInLinear
Browse files Browse the repository at this point in the history
  • Loading branch information
HeySora authored Jan 5, 2022
1 parent 6ceaa68 commit 036b3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/ease.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
function instant() return 1 end
function linear(t) return t end
inOutLinear = linear
inLinear, outLinear, inOutLinear, outInLinear = linear, linear, linear, linear
function inQuad(t) return t * t end
function outQuad(t) return -t * (t - 2) end
function inOutQuad(t)
Expand Down

0 comments on commit 036b3c5

Please sign in to comment.