Skip to content

v2.0.0

Compare
Choose a tag to compare
@colinmeinke colinmeinke released this 22 Jul 18:21

<a name"2.0.0">

2.0.0 (2017-07-22)

Features

  • timeline: add more flexibility to queue (29c40323)

Breaking Changes

  • timeline now takes queue options as an object, not an array.

The queue object can take three props:

  • after - The shape name to queue after (in sequence)
  • at - The shape name to queue at (in parallel)
  • offset - The millisecond queue offset

The queue prop can still take a number or a string, which will be
treated as offset or after values respectively.

(29c40323)