Skip to content

lo-th/neo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b033fbb · Mar 17, 2022
Mar 17, 2022
Jan 16, 2022
Mar 17, 2022
Jan 16, 2022
Jan 16, 2022
Jan 16, 2022
Jan 20, 2022
Jan 20, 2022
Jan 16, 2022

Repository files navigation


NEO v0.5.0

neo.js is a lightweight timeline for javascript.
MAIN EXAMPLE

1 - init engine

var neo = new NEO.Timeline({ maxframe:400, fps:60 }).onChange( loop )

2 - add track

neo.add('bang', { frame:{ 20:1, 40:1 } })
neo.add('flag', { frame:{ 10:'Welcome', 30:'to', 50:'NEO', 70:'the', 90:'ultimate', 110:'timeline' } })
neo.add('color', { frame:{ 1:0xFFFFFF, 187:0x00FF00, 375:0xFFFF00, 562:0xFF0000, 740:0xFFFFFF } })

3 - feature improvements

better performance
best video and sound support
more advanced examples
more track option

4 - other examples

neo 3d

neo stress

neo video

neo sound

5 - uil is on npm

npm i neo_uil

Releases

No releases published

Packages

No packages published