Forum Discussion
MathNotermans-9
2 years agoCommunity Member
Change an Illustrator SVG inside Storyline with GSAP
As a follow up on my SVG tricks with GSAP in Storyline i now show you how to edit color and outlines of a SVG from Illustrator directly in Storyline. Even animate it with GSAP. Directly importing it...
Jürgen_Schoene_
2 years agoCommunity Member
with
document.querySelectorAll('[data-mermaid')[0].classList.add("mystyle");
I could modify the DOM tree - it seems possible to write into the 'closed' DOM
... I am searching always the javascript part, where they create the DOM for the svg - they don't use ".attachShadow" ???