Created by: hnrch02
We have two options here:
- We expose the transition durations on the constructor like proposed here or
- We make them configurable per use with the options hash that gets passed in at initialization
I implemented 1) here because that's what @fat suggested in #13656 (closed).
/cc @fat @cvrebert @XhmikosR