You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
554 B
16 lines
554 B
import Rx, { Observable } from 'rxjs';
|
|
import Controls from './controls';
|
|
import Animation1 from './animation1';
|
|
|
|
require('../css/reset.scss');
|
|
require('../css/index.scss');
|
|
require('../css/particle.scss');
|
|
|
|
(new Controls(document.getElementById('animation1'), Animation1)).mount();
|
|
|
|
// TODO adding core UI breaks bounds
|
|
//
|
|
// TODO ANIM 3 birds entering, land on palette, find next one if full
|
|
// TODO ANIM 4 dog chasing
|
|
//
|
|
// TODO PR: https://github.com/ReactiveX/rxjs/blob/master/doc/decision-tree-widget/tree.yml#L122 "...time past since the last..."
|
|
|