Vuetify Version: 2.1.15
Vue Version: 2.6.11
Browsers: Chrome 79.0.3945.88
OS: Mac OS 10.15.2
Hover over the FAB in the reproduction link. The transition-delay is added to the v-btn components but not to the v-icon components in this example.
The transition-delay should be applied to all children.
The transition-delay is only applied to v-btn and v-tooltip components.
https://codepen.io/Aukemid/pen/NWPpLqG
This limitation is hardcoded into the VSpeedDial.render function and I don't know why. If the transition-delay could cause problems the developer should consider, those should be explained in the docs.
I've used v-icon's in the reproduction example, but I ran into this problem with custom components that extend v-btn and v-tooltip. Most components wouldn't make sense as speed dial children. If there is a good reason for this limitation the if condition could be changed to support extended components.
So happens, it doesn't even work with v-tooltip, d'oh.
I'm going to push this off of 2.2 for now as the component needs a pretty heavy refactor to support this properly.
Due to limited bandwidth we were unable to progress on this for v2, moving to v3.