Skip to content

Instantly share code, notes, and snippets.

@Kelt
Kelt / README.md
Last active August 29, 2015 14:15
Weird behavior using d3 transitions in Desktop Chrome and Opera

Description

After each click on 'Updater' button following is expected to happen

  • both rows animate down 20px
  • numbers in first columns animate to next hundred

But in Desktop Chrome and Desktop Opera this is what happens

  • both rows animate down 20px - OK
  • number in first column animates fine - OK