MojsTimelineEditor
is a GUI plugin for interactive html
/custom points
/timeline
editing while crafting your animations. Part of mojs
tools.
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.
Usage section.
Shortcuts.
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.
[comment]: # (Please make sure you started a feature branch
with the feature name
( from the dev
branch) before making changes.)
(The MIT License)
Copyright (c) Oleg Solomka @LegoMushroom [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.