We need to add a new method of registration custom animation. I suggest: ``` coffee slider = new Flow '.slider' customAnimation = (sliderClass) -> # animation code... slider.registerAnimator(customAnimation) ``` What do you think about it?