Itoo Software Forum

Author Topic: easeIn / easOn / easeInOut descriptions  (Read 4375 times)

Rokas

  • Hero Member
  • *****
  • Posts: 3324
easeIn / easOn / easeInOut descriptions
« on: November 13, 2017, 11:10:44 AM »
easeIn expression description:
Quote
Description:  easeIn(x,x1,x2,y1,y2): returns an ease-in interpolation between y1 and y2. Returns y1 when x

It probably should say:
Description:  easeIn(x,x1,x2,y1,y2): returns an ease-in interpolation between y1 and y2. Returns y1 when x <x1.
But that is just weird way to explain easIn operation.

Shouldn`t easeOn be called easeOut?

easeInOut description also is not clear:
Quote
... Returns y1 when x x2

Apart from these notes operators work well and I like them!
« Last Edit: November 14, 2017, 06:56:36 AM by Rokas »
Rokas

iToo

  • Administrator
  • Hero Member
  • *****
  • Posts: 4388
    • iToo Software
Re: easeIn / easOn / easeInOut descriptions
« Reply #1 on: November 15, 2017, 09:07:27 AM »
Hi, thanks for reporting these problems. You are right, it should be "easeOut", not "easeOn".

It seems the description text was trimmed in the '<' character because it's processed as an html code. We'll fix that too.
Carlos Quintero
iToo Software