Skip to content

Browser integration added (HTML5 Canvas)#4

Open
dilucide wants to merge 16 commits into
LittleHelicase:masterfrom
dilucide:master
Open

Browser integration added (HTML5 Canvas)#4
dilucide wants to merge 16 commits into
LittleHelicase:masterfrom
dilucide:master

Conversation

@dilucide

Copy link
Copy Markdown
  • Browser integration works
    • Animation working
    • Single frame working
  • Browser testfile provided
  • Gulpfile updated

@LittleHelicase

Copy link
Copy Markdown
Owner

Hey,

two things:

  • your package is missing some dev dependencies like browserify or vinyl-source-stream
  • after drawing an animation in the test html it is impossible to get rid of it, without reloading. It should clear everything before redrawing.

…o stop animation. May consider a more elegant way.
…ex2.html using the updated pivi version. Animation is now started with startAnimation(data) and stopped by calling stopAnimation().
…mation: when doing so, on the first call, the animation would not start, but merely be stopped. this was due to failing to add the data parameter for the delayed startAnimation after stopping the previous one, resulting in initialize exiting prematurely due to the undefined data variable at data.split(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants