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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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:
|
|||
|
|

