jQuery
【jQuery】テキストの背景を移動するBackgroundMove
October 7, 2017

backgroundMoveはHTML CSSとjQueryでテキストの背景を移動します。
<script src="https://code.jquery.com/jquery-3.2.1.js"> </script> <script src="jquery.backgroundMove.js"> </script>
<h1 class="text">Moving Background</h1> <script type="text/javascript"> $('.text').backgroundMove({ movementStrength: '100' }) </script>
MIT