stevenokuto / animation-timeline-control

Canvas based TypeScript animation timeline editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

animation-timeline-control

Usage

Changes

  • change the tick mark to second only

    • line 1292 @ timeline.ts
  • disable vertical scroll

    • line 188 and line 323 @ timeline.ts
    • line 1137 _scrollByPan @ timeline.ts
    • line 1172,1193 _scrollBySelectionOutOfBounds @ timeline.ts
  • disable cursor at time = 0

    • line 1961 @ timeline.ts

Development

Build

run once to install development references:

  npm install

Run next command to pack JavaScript as a bundle:

  npm run build

Original Repo

License

MIT

About

Canvas based TypeScript animation timeline editor.

License:MIT License


Languages

Language:TypeScript 48.1%Language:JavaScript 47.8%Language:HTML 4.1%