Prismatic Burst

Spectacular prismatic light burst with customizable colors and animation modes.

Bynana UI

Welcome to the future of design

Usage

import PrismaticBurst from './PrismaticBurst';

<div style={{ width: '100%', height: '600px', position: 'relative' }}>
  <PrismaticBurst
    animationType="rotate3d"
    intensity={2}
    speed={0.5}
    distort={1.0}
    rayCount={24}
    colors={['#ff007a', '#4d3dff', '#ffffff']}
  />
</div>

Props

PropTypeDefaultDescription
intensitynumber2Effect intensity
speednumber0.5Animation speed
animationType'rotate' | 'rotate3d' | 'hover''rotate3d'Animation type
colorsstring[]undefinedColor palette
distortnumber0Distortion amount
rayCountnumberundefinedNumber of rays
mixBlendModestring"lighten"Blend mode
hoverDampnessnumber0Hover dampening