Skip to content

Instantly share code, notes, and snippets.

View anonewb's full-sized avatar
🎯
Focusing

Harshal anonewb

🎯
Focusing
  • Navi Mumbai
View GitHub Profile
@anonewb
anonewb / index.html
Created November 15, 2018 13:24 — forked from machwatt/index.html
animate.css and waypoints.js
<html>
<head>
<link href="path/to/your/css/animate.css" rel="stylesheet" type="text/css">
<style>
.hidden {
opacity: 0;
}
.visible {
opacity: 1;
}