diff --git a/ionic/animations/animation.ts b/ionic/animations/animation.ts index 594a0fb736..88e7a1b32c 100644 --- a/ionic/animations/animation.ts +++ b/ionic/animations/animation.ts @@ -42,6 +42,10 @@ export class Animation { this._finishes = []; this.elements(ele); + + if (!document.documentElement.animate) { + console.error('Web Animations polyfill missing'); + } } elements(ele) {