As the title suggests I’ve been working on a svg animation for a client. Unfortunately there are a ton of paths & I can’t embed as I normally would. What’s the best way to get round this?
In the example, ajaxContent is the ID of an element on your page that you want to insert the contents of the HTML file into. <div id="ajaxContent"></div> is included in the first line of code for those who are using an embed code component at the exact location of the place to insert the content. This is optional and you can use any other element on the page with the same ID as the one in the jQuery selector on line 6 $('#ajaxContent').append(data);
Also, feel free to contact me for further code help and/or customization of third-party plugins
Much like Smallio, I’m trying to Embed an SVG which I’ll be controlling via Vue.js but the codes over 30,000 characters.
I’ve done everything you’ve recommended between this and a couple other of your threads and I’ve looks over the code from Chrome dev tools and the code looks like it should work but still no luck. Can you take a luck and see what I’m doing wrong? Find my code and links below.