CSS
【CSS】アニメーションの背景グラデーションAuroral – animated gradient backgrounds
August 12, 2016

AuroralはCSSを使用したアニメーションの背景グラデーション
<section class="your-container"> <div class="auroral-northern"></div> </section>
<head> <link rel="stylesheet" type="text/css" href="css/auroral.css"/> </head>
or
<head> <link rel="stylesheet" type="text/css" href="css/auroral.min.css"/> </head>
.your-container { display: block; // if it is not a block element position: relative; overflow: hidden; }
MITライセンス