-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any plans on GlowFilter and DropShadowFilter? #943
Comments
Yes, They're on the list of TODO's on my desk right now. They're derivatives of a blur filter so you can implement them yourself in the mean time (if you're not sure how, feel free to ask). We've been a little heads down on some major internal pipeline updates for EaselJS but as those things are starting to wrap up some more filters are definitely planned. You can have a peek at a couple of the newcomers here: |
Dropshadow and glow are already supported in |
@sky0014 This demo should help :) https://codepen.io/createjs/full/c11bb6183ed1248440aeb5aa68a89e7d/ |
@DavidHGillen thank you for your reply. Actually I modified a third-party library to use for now( https://github.com/u-kudox/Filters_for_EaselJS ), But I think it's better for you guys to implement it as a part of this library. 😄 |
@gskinner @sebastianderossi Thank you for the demo : ) |
@sky0014 Any chance you could share your modifications to that library? |
@normmcgarry Ok, I put it in my fork: https://github.com/sky0014/Filters_for_EaselJS |
Just like in Flash:
https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filters/GlowFilter.html
https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filters/DropShadowFilter.html
It's very useful, hope involved, thank you.
The text was updated successfully, but these errors were encountered: