docs: update animations to use @publicApi tags (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin
2018-10-19 18:34:43 +01:00
committed by Alex Rickabaugh
parent 35bfa1437f
commit 778e1c2602
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
/** @experimental */
export declare abstract class AnimationDriver {
abstract animate(element: any, keyframes: {
[key: string]: string | number;