I know that there is the css transition, but I want to apply the transition on a text (and that thing can’t be made in css). And I want a custom transitions.
Can you give me a website where you draw the curve and it gives you the js calculations?(Or something like that)
You should definitely see at “Math: Ease In, ease Out a displacement using Hermite curve with time constraint“.
May be this question is a bit different from yours, but there was given a good link to “Interpolation Tricks” which in turn may clarify the “Easy In/Out” technique for you. The link is worth to see it indeed.