All Projects → davidguttman → text-3d-particles

davidguttman / text-3d-particles

Licence: other
Hard to explain, but looks cool.

Programming Languages

coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language

Text 3D Particles

Hard to explain, but looks cool.

star

To see it in action:

npm run example

Usage:

var text3dParticles = require('text-3d-particles')

var opts = 
  { width: 400
  , height: 400
  , text: '★'
  , foreground: '#707070'
  , background: '#f6f6f6'
  , duration: 6000
  }

var textGraph = text3dParticles(opts, function() {
  console.log('Animation completed.')
})

document.body.appendChild(textGraph.el)

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].