1875441.html (260B)
1 <!doctype html> 2 <style> 3 @property --my-property { 4 syntax: "<length>", 5 inherits: false, 6 initial-value: 0, 7 } 8 </style> 9 <div id="box"></div> 10 <script> 11 SpecialPowers.DOMWindowUtils.computeAnimationDistance(box, "--my-property", "red", "blue"); 12 </script>