runnable fragment
code snippet
uniform sampler2D startImage;
uniform sampler2D endImage;
uniform float progress;
uniform float pause;
uniform float dividerWidth;
uniform float randomness;
uniform vec4 bgcolor;
uniform vec2 size;
precision mediump float;
/*{
"CATEGORIES": [
"Wipe"
],
"CREDIT": "Automatically converted from https://www.github.com/gl-transitions/gl-transitions/tree/master/GridFlip.glsl",