| title | fade-in.js |
|---|---|
| permalink | /fade-in.md |
Usage:
<!DOCTYPE html>
<html lang="en">
<head>...</head>
<body>
<!-- We recommend putting the script at the top of the <body> so it can actually do the fade-in quicker. -->
<script src="https://cdn.jsdelivr.net/gh/wackyblackie/js-scripts/fade-in.js" integrity="sha384-VMIhz/mamZl08aTiPxcCukODvsRZmIgJNn/eOOMku3mHrD8LVF/S+/NB6t2+83H4" crossorigin="anonymous"></script>
...
</body>
</html>Production ready!