sa-form icon indicating copy to clipboard operation
sa-form copied to clipboard

transition in history operation

Open Hfutsora opened this issue 2 years ago • 0 comments

graph.animate(t: string | Element, options: {
   type:  'translate' | 'background' // element atrributes...
   from: string | number,
   to: string | number,
   dur: number,
})

or refactor the updateElementData with animation options

Hfutsora avatar Jun 14 '22 07:06 Hfutsora