Jump to content
Search Community

ashleebeggs

Members
  • Posts

    3
  • Joined

  • Last visited

ashleebeggs's Achievements

0

Reputation

  1. Actually to revise my question, I have an image in a canvas but no matter what filter I put on it, it does not change or throw any errors... Here is the codepen http://codepen.io/ashleebeggs/pen/OPbXLB?editors=101
  2. Thanks for the response! One more question, can the EaselPlugin work on images too? Would I have to put an image into a canvas element? Thanks
  3. Hi I am trying to use your EaselPlugin, however no matter what I try I cannot tween filters b/c I get an error that the object needs to be cached. Specifically "Uncaught EaselPlugin warning: for filters to display in EaselJS, you must call the object's cache() method first. [object HTMLCanvasElement]" in Chrome. I tried out your sample code in the docs, and I get the same error, even tried using EaselJS's sample code and adding a filter tween on mouse over, with the same error. I'm pretty sure I loaded all the correct scripts. Can you help me figure out why it's not caching even when cache is there?!
×
×
  • Create New...