Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: Rokas on November 13, 2017, 11:10:44 AM

Title: easeIn / easOn / easeInOut descriptions
Post by: Rokas 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!
Title: Re: easeIn / easOn / easeInOut descriptions
Post by: iToo 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.