<html>
<head>
<script src="https://unpkg.com/scrollreveal"></script>
</head>
<body>
<p class="animetion">
この段落をフェードインさせてみましょう!
</p>
</body>
</html>
ScrollReveal().reveal('.animetion');
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.