Coder Social home page Coder Social logo

jraleman / react-particle-animation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from transitive-bullshit/react-particle-animation

0.0 2.0 0.0 972 KB

✨Canvas-based particle animation for React.

Home Page: https://transitive-bullshit.github.io/react-particle-animation/

HTML 3.75% JavaScript 95.74% CSS 0.51%

react-particle-animation's Introduction

react-particle-animation (demo)

✨ Canvas-based particle animation for React.

NPM Build Status JavaScript Style Guide

Install

npm install --save react-particle-animation
# or
yarn add react-particle-animation

Usage

Check out the demo in the example folder.

import React, { Component } from 'react'

import ParticleAnimation from 'react-particle-animation'

class Example extends Component {
  render () {
    return (
      <ParticleAnimation />
    )
  }
}

Props

Property Type Default Description
numParticles number 400 Number of particles to use.
interactive boolean true Whether or not animation responds to mouse hover.
color object { r: 158, g: 217, b: 249, a: 255 } Base rgba particle color.
background object { r: 255, g: 255, b: 255, a: 255 } Background rgba color.
lineWidth number 1.0 Connecting line width.
particleRadius number 1.0 Scaling factor for particle radii.
particleSpeed number 1.0 Scaling factor for particle speed.
... ... undefined Any other props are applied to the root canvas element.

Note that for colors, rgba are all floating point numbers between 0 and 255 (inclusive).

Note that the canvas size will automatically be inferred based on available space via react-sizeme, so it should be really easy to use this component as a fullscreen background as in the demo.

Related

  • particles.js - Older particle animation. Oddly enough, I developed this animation in Java back in 2008, though the two animations are AFAIK unrelated to each other.
  • Intersection.Aggregate - Jared Tarbell's original processing work from 2004 which this animation was inspired by (e.g., visualizing the intersections between circles moving about randomly).

License

MIT © transitive-bullshit

This module was bootstrapped with create-react-library.

react-particle-animation's People

Contributors

transitive-bullshit avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.