• Stars
    star
    276
  • Rank 144,429 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GUI for interactive `html`/`custom points`/`timeline` editing while crafting your animations

@mojs/timeline-editor – coming soon

GUI for interactive html/custom points/timeline editing while crafting your animations

@mojs/timeline-editor

Installation

Not avaliable on npm or CDNs 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

Not written yet.

Shortcuts

Not written yet.

Development

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 the feature name ( from the dev branch) before making changes.