npm install --save bakan
import Bakan from 'bakan'
var $dom = document.getElementById('root')
var options = {
text: 'Lorem ipsum dolor sit amet',
step: 1,
period: 10,
space: 1,
color: 'white',
font: 'arial',
background: '#FFAA00',
opacity: 50
}
new Bakan($dom, options)
Type: String or Array
text: ['Lorem ipsum dolor sit amet', 'Quasi quis, facilis culpa omnis']
Text shown by Bakan marquee
Type: Integer
step: 1
Number of pixels moved each period
Type: Integer
period: 10
Time between each animation (Miliseconds)
Type: Integer
space: 10
Number of characters between each text secuence
Type: Hexa or String
color: 'blue'
Font color
Type: String
font: 'times new roman'
Font family
Type: Hexa
background: '#FF0000'
Background color
Type: Integer
Values: [ 0, 100 ]
opacity: '100'
Background opacity