The wijmo.animate Method
Animations can make web applications more attractive and intuitive. For example, removing an item from the page by making it shrink away lets the user see which item is being removed more easily that if it was simply hidden.
Many JavaScript toolkits and frameworks have their own wrappers for creating animations. For example, Angular has an $animate service, and jQuery has an animate() method. If you have a favorite you can use that with C1 MVC.
If you want to reduce dependencies on external toolkits and frameworks, you can use Wijmo's simple and flexible animate method instead.
The example below illustrates by rotating a FlexGrid like a flip card. The animate method has a single callback that controls the entire animation: