Drop shadow animation not in sync with other transitions
Situation:
I have a hover triggered animation on a component in which a drop shadow appears on a shape, and some text appears too. I have done so by changing opacity from 0 to 100% for the text object and the drop shadow component of the shape.
Expectation:
I expect that the drop shadow and the text will both ramp into visibility at the same specified rate.
Actual Result:
The text ramps smoothly into visibility as expected. The drop shadow blinks into existence at the end of the text transition.
