Skip to content

Instantly share code, notes, and snippets.

@Andrii-Yukhymenko
Created November 20, 2020 19:44
Show Gist options
  • Save Andrii-Yukhymenko/43731442d590a88f7b75ac38ddb0ed1f to your computer and use it in GitHub Desktop.
Save Andrii-Yukhymenko/43731442d590a88f7b75ac38ddb0ed1f to your computer and use it in GitHub Desktop.
Animate.css + wow.js
<!-- Подключаем стили в head -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<!-- Подключаем скрипты в самый низ сайта -->
<script src="//cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script>new WOW().init();</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment