clientIO / joint

A proven SVG-based JavaScript diagramming library powering exceptional UIs
https://jointjs.com
Mozilla Public License 2.0
4.68k stars 852 forks source link

sendToken element flashing #277

Open B3rn475 opened 8 years ago

B3rn475 commented 8 years ago

The sendToken api has a little delay in the beginning of the animation making the element appear (flash) at coordinates <0,0> before starting the animation.

B3rn475 commented 8 years ago

And Chrome is sending a warning about the method used for the animation.

SVG's SMIL animations (, , etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.

kumilingus commented 7 years ago

Flashing fixed in #632. The issue still presists.

RGD1505 commented 6 years ago

The sendToken api has a little delay in the beginning of the animation making the element appear (flash) at coordinates <0,0> before starting the animation. And in IE the token stays at coordinates <0,0>.