animate

animate some HTML area

void animate(HTMLElement html_element,object animation);
html_element
HTMLElementan HTML object (or id) which will be animated animation
objectconfiguration of animation

Example

webix.animate("some_div", { type: "flip" });

Details

The method is not intended for direct calls. It is called by Multiview or some other components when necessary.

Configuration

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.