<html>
<head>
<script src="https://unpkg.com/scrollreveal"></script>
</head>
<body>
<p class="animetion">
この段落は、ゆっくりじんわりと表示されます。
</p>
</body>
</html>
var option = {
duration: 6000,
};
ScrollReveal().reveal('.animetion', option);
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.