Socket
Socket
Sign inDemoInstall

daken

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    daken

Simple javascript library of typing effect.


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Install size
10.7 kB
Created
Weekly downloads
 

Readme

Source

daken.js

Simple javascript library of typing effect.

Build Status NPM

example

  var daken = require('daken');
  daken.run();
  <h1 data-daken>Hello World</h1>
  <a href="/" data-daken>こんにちは、世界</a>

methods

run([selector], [opt], [cb])

runStr(typeMessage,[selector], [opt], [cb])

setParam([options])

resetParam([options])

options

  // Defaults param
  DEFAULT_PARAM: {
    typeSpeed         : 100,
    callbackDelay     : 0,
    dakenDataAttr     : 'data-daken',
    blinkInterval     : 500
  },

install

npm install daken

license

MIT

FAQs

Last updated on 10 May 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc