Added video support, changed animations to pure CSS.
This release adds a new feature where you can add video stories. The story duration adapts to the video duration. Also, the progress animation has been written in pure CSS with hardware accelerated scale3d()
. This would ensure smooth animations on devices.
The babel-polyfill
error has been fixed as the timing logic now completely rests in CSS and there is no need for async await
.