I’ve made several simple particle and game examples using Canvas and KineticJS and I was thinking about the using a slider like Nivo to show them off. First thoughts are that I would need to redraw each canvas on transition of the slider, but I was just wondering if anyone has tried this already with any success or failures and if it’s feasible?
I’ve made several simple particle and game examples using Canvas and KineticJS and I
Share
Try:
to convert the canvas to an image, then you can transition images.
But if you want the whole stage saved as an object you just do:
and that saves your stage for reloading later, which you can do with: