Commit Graph

3 Commits (master)

Author SHA1 Message Date
kts of kettek (Urami) 732426a64e Add partially complete timeline element
This element provides a timeline that can be used for playback, keyframe
position visualization, and more!

Also added light testing code before the more major refactor of data
into the Project itself rather than being handled so directly by the
animations or elements tree modules (and other modules soon enough).
2017-08-02 18:06:32 -07:00
kts of kettek (nyaa) 4a9880dce7 Add dubious Animation struct and animations tree
CatAnimation struct provides an interface for accessing, changing,
and removing CSS animations and keyframes. It provides a more
JavaScript programming friendly interface by using basic Objects
to represent keyframes and their properties.

Add functionality to properly set the tree heads and rows outside
of the rather hackish build from DOM method.

The animations tree module and accompanying HTML provides a means
to select, add, and delete animations stored in the project HTML
file. It is incomplete as of yet.

Additionally, fixed a minor bug in Cat's emit method that made all
functions that returned a non-truthy value (such as no return) to
abort all proceeding listeners.
2017-08-02 14:05:36 -07:00
kts of kettek (nyaa) 918b3c8ebe Add initial pre-alpha codebase for Cat
This provides some basic structure and functionality for
Cat, albeit with a messy and somewhat incoherent structure.
2017-07-27 08:45:41 -07:00