This is an animation I built using smil
animation elements.
Intended animation:
- Droplet fades in:
<animate> element
, - then drops:
<animateTransform> element
. - Fades out before completing translate on y axis.
This works in Firefox.
In Chrome (Version 84.0.4147.135 (Official Build) (64-bit))
this animation does not show the fade effects from the <animate> element
- timeline is defined by the keyTimes
and values
attributes.
However it does work when defined by the keyFrames
attribute, which I don' think is actually an attribute. I learned this works via typo.
The keyTimes
attribute does work on the <animateTransform> element
for the translate motion in Chrome.
So I have spent all of 2-3 days learning about smil animation, and maybe I am missing something here.
Any thoughts?