molecular-ts icon indicating copy to clipboard operation
molecular-ts copied to clipboard

Implement types config elements edit by expressions

Open Smoren opened this issue 1 year ago • 0 comments

E.g.

  • Elastic = Elastic * 1.1
  • Distance = Distance + 0.1
  • Elastic = minmax(Elastic. 0.5, 1.1)
  • Distance = Elastic * 0.8

Smoren avatar Oct 10 '24 14:10 Smoren