zig.com Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<style>
#div1 {
  font-size:48px;
}
</style>
<link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body>
<div id="div1" class="fa"></div>
<script>
  function ratestar() {
    var a;
    a = document.getElementById("div1");
    a.innerHTML = "&#xf006;";
    setTimeout(function () {
      a.innerHTML = "&#xf123;";
    }, 1000);
    setTimeout(function () {
      a.innerHTML = "&#xf005;";
    }, 2000);
  }
  ratestar();
  setInterval(ratestar, 3000);
</script>
<p>This example demonstrates how to use an icon library to make an animated effect.</p>
</body>
<!-- /howto/tryit.asp?filename=tryhow_js_animate_ratestar by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Feb 2025 18:50:23 GMT -->
</html>