reveal.js-d3 icon indicating copy to clipboard operation
reveal.js-d3 copied to clipboard

Animation with vega-lite ?

Open albop opened this issue 4 years ago • 2 comments

Thank you for this library which opens many fin possibilities. The demo suggests it is possible to animate vega-lite graphs but there is no example of that (there is one with semiotic). Is it really possible ? Vega-lite itself doesn't seem to support it so I'm a bit confused.

albop avatar Aug 06 '20 11:08 albop

Animated transition are indeed not yet supported in vega-lite, but there is some current work/discussion on this feature (see https://github.com/vega/vega/issues/641). However, you could definitely trigger an update (re-render) of a vega-lite graph which would result in a transition between two states (but without an animation between the two states).

gcalmettes avatar Aug 08 '20 08:08 gcalmettes

Thank you for the clarification. I'll watch the associated bug report.

On Sat, Aug 8, 2020, 10:10 AM Guillaume Calmettes [email protected] wrote:

Animated transition are indeed not yet supported in vega-lite, but there is some current work/discussion on this feature (see vega/vega#641 https://github.com/vega/vega/issues/641). However, you could definitely trigger an update (re-render) of a vega-lite graph which would result in a transition between two states (but without an animation between the two states).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gcalmettes/reveal.js-d3/issues/22#issuecomment-670842740, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACDSKK7XFPF7NL3QWLLT5DR7UB6HANCNFSM4PWO4ZGA .

albop avatar Aug 08 '20 14:08 albop