Log in

X

Version 1.7.3 now has the optional animate on scroll (AOS) library. Enabling this allows you to animatie your divs. It is really quite simply but can be daunting, because you need to do some coding. 

For instance when you have an image, in the code (toggle editor) it says

<img src="/images/image.jpg">

to make this animated, you can simply add some code

<div data-aos="fade-up">  <img src="/images/image.jpg">  </div>

Options are various, visit https://michalsnik.github.io/aos/ for all options and examples.

We also provide default settings for delay and duration of all animations!

What a great new feature!