- Template articles
- Posted
- Be the first to comment!
- Read 113 times
Scroll animations
In the Hotel template we have implemented the animation engine based on the scrollReveal.js script. This script creates elements scroll animations in a very simple way.
Thanks to this script you can describe an animation using a language very similar to natural.
Description of the animation is placed in the data-sr attribute:
<!-- These 2 lines are equivalent --> <p data-sr="enter top and move 25px"> foo </p> <p data-sr="enter from the top and then move 25px"> foo </p>
The full description of the syntax is available on the project documentation page
Latest from Leonel
- El artista británico Banksy financia un barco para rescatar migrantes en el Mediterráneo
- "El ecocidio, etnocidio y terricidio avanzan peor que el virus": Las conclusiones de la primera Asamblea Mundial de la Amazonia Publicado:
- ¿Quién pagará la cuenta de la luz en el teletrabajo?
- How to put a review rating to an article?
- How to put a slideshow inside the article?