// No requiere parsers de Lottie. // Se maneja como drawable estándar. Glide.with(this) .load(R.drawable.asset_animado_webp) .into(binding.imageView);