You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scale:2.5 simulates the shorthand for transform: scale(2.5)
Similarly I tried to do the Above in React, but it does not work as of now and only can work with string, the fix i took is adding it as a unitless Number in the css.property.js file since it accepts the css properties accepting number , doing the same and running the fixtures standalone file , it is working the way as i expected
Before the changes
Untitled.1.mp4
After the changes
Untitled.2.mp4
The text was updated successfully, but these errors were encountered:
we have scale property in css .
In Plain JavaScript, we can directly pass a Number type and change the scale value like below
scale:2.5 simulates the shorthand for transform: scale(2.5)
Similarly I tried to do the Above in React, but it does not work as of now and only can work with string, the fix i took is adding it as a unitless Number in the
css.property.js
file since it accepts the css properties accepting number , doing the same and running the fixtures standalone file , it is working the way as i expectedBefore the changes
Untitled.1.mp4
After the changes
Untitled.2.mp4
The text was updated successfully, but these errors were encountered: