Skip to content

Commit

Permalink
Merge pull request #44 from HeySora/patch-1
Browse files Browse the repository at this point in the history
inOutLinear
  • Loading branch information
XeroOl authored Jan 5, 2022
2 parents 200e465 + 036b3c5 commit db47620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/ease.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
function instant() return 1 end
function linear(t) return t end
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 db47620

Please sign in to comment.