From 0ce7202a706c9036eeea42c158f433c2b7940457 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Thu, 3 Mar 2022 22:36:23 +0900 Subject: Migrate CompatibilityTable to Compat macro (es) (#4355) * Migrate CompatibilityTable to Compat macro (es) * Migrate to multiple Compat macro (es) --- files/es/web/api/animation/ready/index.html | 50 +---------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) (limited to 'files/es/web/api/animation/ready/index.html') diff --git a/files/es/web/api/animation/ready/index.html b/files/es/web/api/animation/ready/index.html index 35dfb68954..0a485772fb 100644 --- a/files/es/web/api/animation/ready/index.html +++ b/files/es/web/api/animation/ready/index.html @@ -63,55 +63,7 @@ animation.play();

Compatibilidad del navegador

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatNo}}{{CompatGeckoDesktop(48)}}[1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatGeckoMobile(48)}}[1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

[1] La Web Animations API solo está habilitada por defecto en Firefox Developer Edition y Nightly builds. Puedes habilitarlo en versiones Beta y de lanzamiento estableciendo la preferencia dom.animations-api.core.enabled en true, y puedes deshabilitarlo en cualquier versión de Firefox estableciendo esta propiedad en false.

+{{Compat("api.Animation.ready")}}

Ver también

-- cgit v1.2.3-54-g00ecf