Hi,
I see the following code in the demo-medical.html file which came with the package. When I copy the HTML code in the value of the 'data-loader-html' attribute into a separate HTML file, I see the heart beat image. However, I don't see it when loading the demo-medical.html. I only see a blank white screen. Am I not supposed to see the same heart beat image for a while?
Note: I tried Firefox and Chrome.
Regards.
<body class="stretched page-transition" data-loader-html="<div id='css3-spinner-svg-pulse-wrapper'><svg id='css3-spinner-svg-pulse' version='1.2' height='210' width='550' xmlns='https://www.w3.org/2000/svg' viewport='0 0 60 60' xmlns:xlink='https://www.w3.org/1999/xlink'><path id='css3-spinner-pulse' stroke='#DE6262' fill='none' stroke-width='2' stroke-linejoin='round' d='M0,90L250,90Q257,60 262,87T267,95 270,88 273,92t6,35 7,-60T290,127 297,107s2,-11 10,-10 1,1 8,-10T319,95c6,4 8,-6 10,-17s2,10 9,11h210' /></svg></div>">
