{"ScriptPreparationCode":null,"TestCases":[{"Name":"Transform","Code":"const imageToScale = document.querySelector(\u0027.js-image\u0027);\r\nimageToScale.style.transform = \u0060scale(${0.5})\u0060;","IsDeferred":false},{"Name":"CSS property","Code":"const imageToScale = document.querySelector(\u0027.js-image\u0027);\r\n\r\nimageToScale.style.setProperty(\u0027--motion-scale\u0027, 0.5);","IsDeferred":false}]}