Hi all,
So, I’m using MathML for generating fractions and displaying it as a DOM element, and after the user clicks on a button, an image tween over it but the issue is that DOM is created above the Phaser’s canvas, so is there anything to make those DOMs disappear as soon as the image is over it. One of my colleagues was suggesting me to make the image as a DOM element. Also, if it can be done, can the image(now as a DOM) can be used with Phaser’s tween?
Any help?