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
Right now the transform property created has as it very first property the translate3d on, I have seen the code and there is no way arround it. event the props you place by default in the item are placed in second place.
For example "translate3d(-743.2px, 441.275px, 133.776px) perspective(1000px) rotateX(-10deg) rotateY(0deg) rotateZ(0deg) scale(0.8)"
The 'perspective 1000px rotateX(-10deg)' is from the default properties I added to the react element style. the order matters by we have no control over it. can we add something to define it? I could create the pull request
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello team,
Right now the transform property created has as it very first property the translate3d on, I have seen the code and there is no way arround it. event the props you place by default in the item are placed in second place.
For example "translate3d(-743.2px, 441.275px, 133.776px) perspective(1000px) rotateX(-10deg) rotateY(0deg) rotateZ(0deg) scale(0.8)"
The 'perspective 1000px rotateX(-10deg)' is from the default properties I added to the react element style. the order matters by we have no control over it. can we add something to define it? I could create the pull request
Beta Was this translation helpful? Give feedback.
All reactions