# mojs-timeline-editor **Repository Path**: mirrors_developit/mojs-timeline-editor ## Basic Information - **Project Name**: mojs-timeline-editor - **Description**: MojsTimelineEditor is a GUI plugin for interactive `html`/`custom points`/`timeline` editing while crafting your animations. Part of mojs tools. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mojs timeline-editor mojs-timeline-editor `MojsTimelineEditor` is a GUI plugin for interactive `html`/`custom points`/`timeline` editing while crafting your animations. Part of `mojs` tools. ## Installation **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](https://github.com/legomushroom/mojs) library first. If you installed it with script link - you should have `MojsTimelineEditor` global. ## Usage Usage section. ## Shortcuts Shortcuts. ## Development To begin development you need to have [node](https://nodejs.org/en/download/) installed Install dependencies with [npm](https://www.npmjs.com/): ``` [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.) ## License (The MIT License) Copyright (c) Oleg Solomka [@LegoMushroom](https://twitter.com/legomushroom) [legomushroom@gmail.com](mailto:legomushroom@gmail.com) 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.