I've been searching for this for some time and I can't seem to find what I need. I know you can make custom easing, but I have no idea how. I am doing a horse race (JQuery moves all the horses). I need them to go in random speeds, but need to complete the animation in given duration. For example:
Horse1:
[0-1-3-4-5-4-4-5-3-2-8-9-8-4-3-2-1-0]
Horse2:
[4-4-2-1-1-1-4-9-9-9-8-6-5-4-3-2-5-6]
Horse3:
[2-3-4-5-5-5-5-6-7-8-7-4-5-1-2-4-5-8]
Numbers here represent the velocity (speed) of the element. I've seen a special plugin for easings, but there is no easing like the one I want.
Any help is appreciated. Thanks, Nedas