docs icon indicating copy to clipboard operation
docs copied to clipboard

Fix documentation about CSS.Transform.toString(transform)

Open pschaub opened this issue 2 years ago • 1 comments

According to this issue you should use CSS.Translate.toString(transform) instead of CSS.Transform.toString(transform) to prevent scale transformation issues.

I would like to suggest to replace all CSS.Transform.toString(transform) in the documentation to CSS.Translate.toString(transform) as default. All examples in the clauderic/dnd-kit repository are also using this.

pschaub avatar Jul 10 '23 17:07 pschaub

This works great! Are there any tradeoffs in using CSS.Translate.toString(transform) instead?

leje512 avatar Jan 08 '25 08:01 leje512