A Pen by Vashon Gonzales on CodePen.
A Pen by Vashon Gonzales on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/fragment" id="fragShader">#version 300 es | |
precision highp float; | |
uniform vec2 u_resolution; | |
uniform float u_time; | |
uniform vec2 u_mouse; | |
uniform sampler2D s_noise; | |
uniform sampler2D b_noise; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="stripes"> | |
<span></span> | |
<span></span> | |
<span></span> | |
<span></span> | |
<span></span> | |
</div> |
OlderNewer