0
Blending modes with HTML5 Canvas.
Engaged
,
/t5/animate-discussions/blending-modes-with-html5-canvas/td-p/10611648
Sep 16, 2019
Sep 16, 2019
Copy link to clipboard
Copied
Hi!
I understand that it is not possible to use blending modes with HTML5 Canvas.
However, the identity I am currently working with uses them. Here is an example: https://youtu.be/wUhA_N0N5lE
What could be a workaround solution?
Thanks for everything!
Chris.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/blending-modes-with-html5-canvas/m-p/10612147#M196403
Sep 16, 2019
Sep 16, 2019
Copy link to clipboard
Copied
i don't know what you mean by 'identity', but here's a work-around - https://codepen.io/chriscoyier/pen/Kkliq
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/animate-discussions/blending-modes-with-html5-canvas/m-p/10612244#M196405
Sep 16, 2019
Sep 16, 2019
Copy link to clipboard
Copied
That isn't really a workaround. That code uses the "multiply" blend mode, which IE11 doesn't support, which is why HTML5 Canvas doesn't support it.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Syntax_One
AUTHOR
Engaged
,
/t5/animate-discussions/blending-modes-with-html5-canvas/m-p/10616127#M196442
Sep 18, 2019
Sep 18, 2019
Copy link to clipboard
Copied
Indeed.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Syntax_One
AUTHOR
Engaged
,
/t5/animate-discussions/blending-modes-with-html5-canvas/m-p/10616120#M196441
Sep 18, 2019
Sep 18, 2019
Copy link to clipboard
Copied
Thank you for your answer, kglad.
Identity: https://smallbusiness.chron.com/graphic-identity-69596.html
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/blending-modes-with-html5-canvas/m-p/10616281#M196452
Sep 18, 2019
Sep 18, 2019
Copy link to clipboard
Copied
you're welcome. btw, you can use any number of blend modes in that code snippet.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

