Particals in IE / Edge not working

Please help me. particals not working in IE and Edge other browsers working good.

jsfiddle link below.

https://jsfiddle.net/Lgkwso13/

Thanks

To support outdated browsers like IE or edge <11, you have to transpiled your code using a tool like Babel.

Before you do that, you should ask yourself whether you really need to support these browsers. They are a security risk and still exist for backwards compatibility with old apps. There’s usually no good reason to support them when building new apps.

1 Like

thanks for your reply. i have got my issue. :slightly_smiling_face: