Animations & Videos

How to enable animation support?

import { unstable_setAnimationsEnabled } from 'polotno/config';

unstable_setAnimationsEnabled(true);

When you enable animations, polotno will add additional UI in the toolbar to change animation properties of the selected object, and it will show "Videos" side panel with a library of stock videos and adopt "Pages" component with ability to preview the scene.

You can preview animations and export an animated scene as a GIF on a client side programmatically:

store.play();
store.stop();
store.saveAsGIF();


To export the design into a final mp4 video, use Cloud Render API.


News, updates and promos – be the first to get 'em

News, updates and promos – be the first to get 'em