Skip to content

How to Install AnimTrap

sanjayaharshana edited this page Feb 2, 2018 · 1 revision

Download AnimTrap

Download AnimTrap as a Zip file here. Next, open your computer's file manager and locate animtrap-1.1.1-dist.zip in your Downloads folder. Double-click the file to unzip it.

Move Animtrap into your project folder

Using your command line or file manager, move the newly unzipped animtrap-1.1.1-dist folder into your project folder. This will create the following folder structure:

Animtrap

Using your favorite text editor, open index.html and locate the head element.

<!DOCTYPE html> <html> <head> <link href="animtrap-1.1.1-dist/css/animtrap.css" rel="stylesheet"> <script src="bootstrap-3.3.7-dist/js/bootstrap.min.js"><script> </head> </html>