Pixel Blast

Interactive pixel-based animation with dithering effects and liquid distortion.

Configuring your account...

Please wait while we prepare everything for you

Usage

import PixelBlast from './PixelBlast';

<div style={{ width: '100%', height: '600px', position: 'relative' }}>
  <PixelBlast
    variant="circle"
    pixelSize={6}
    color="#B19EEF"
    patternScale={3}
    patternDensity={1.2}
    enableRipples
    liquid
    transparent
  />
</div>

Props

PropTypeDefaultDescription
variant'square' | 'circle' | 'triangle' | 'diamond''square'Pixel shape
pixelSizenumber3Size of pixels
colorstring"#B19EEF"Pixel color
patternScalenumber2Pattern scale
patternDensitynumber1Pattern density
liquidbooleanfalseEnable liquid effect
enableRipplesbooleantrueEnable ripple effects
transparentbooleantrueTransparent background