Cannot use TranslateY in animation
I have an animation translate-Y which is supposed to translate an element :

and I call it this way :

But then I have a JS error in the console :

I tried to inspect a little bit, and I found that in web-animation.js, in the init function :

I experienced this issue on Chrome 71, Windows 10
Version 1902151859190
I'm not sure that is the cause of the error, but you need units for your translateY (e.g. -68px or -68% and not -68).
Indeed ,sorry for that !
Thanks
Reopening the issue for improving the error message, it should say something better than "Partial keyframes are not supported".
@sparhami I assigned this to you since you seem to have context, feel free to un-assign yourself 馃槃
This error message comes directly from the platform and is reflected by the polyfill as well.
If we believe the error can be written in a better way, we should specify that to the Chrome/other platforms teams. Otherwise we'd have to special case this and inspect the effect spec, which would be cumbersome.