GUI for interactive html
/custom points
/timeline
editing while crafting your animations
Not avaliable on npm
or CDN
s yet.
The MojsTimelineEditor
depends on mojs >= 0.225.2
, tween autoupdates available for mojs >= 0.276.2
. Please make sure you've linked mojs library first.
If you installed it with script link - you should have MojsTimelineEditor
global.
Not written yet.
Not written yet.
To begin development you need to have node installed
Install dependencies with npm:
[sudo] npm install
To start development env. run
npm run serve
This command will run the webpack-dev-server in inline mode and rerun build on every .js/.jsx/.postcss.css change. Also it runs eslint to watch relevance of javascript files to a style-guide.
No globally installed packages are needed.
Please make sure you started a
feature branch
with thefeature name
( from thedev
branch) before making changes.