Open donaldmac opened 2 years ago
The code I am using is:
var tick = Tick.DOM.create({ value: "Asdfg", view: // definition for top level tick element { children:[ // presenter object { root: 'div', repeat: true, layout: 'horizontal fit', transform: 'upper -> split -> delay(random, 100, 150)', children: [ // presenter object { view: 'flip', transform: 'ascii -> arrive -> round -> char(a-zA-Z)' } ] } ] } }); window.document.body.appendChild(tick.root);
The code I am using is: