UNPKG

faded

Version:

Standalone Javascript Plugin for creating visually hinted scroll views.

27 lines (26 loc) 971 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <script type="text/javascript" charset="utf-8"> document.write('<base href="' + document.location + '" />'); </script> <link rel="stylesheet" href="style.css" type="text/css" media="all" /> <title>Nelson Cash - Fog Demo</title> </head> <body> <h1><a href="https://github.com/nelsoncash/fog" style="text-decoration: none;">fog</a></h1> <p>Built by <a href="http://nelsoncash.com" target="_blank">Nelson Cash</a></p> <div class="main"> <ul id="example" class="example active"></ul> <div class="example_controls"> <button id="opacity" type="button">opacity</button> <button id="color" type="button">color</button> <button id="shazam" type="button">shazam!</button> </div> </div> <script src="./dist/fog.js"></script> <script src="demo.js"></script> </body> </html>