Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 479 Bytes

File metadata and controls

18 lines (17 loc) · 479 Bytes
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!