Get whether layout animation is enabled.
Future<bool> animationEnabled() async { final config = await _getConfig(); return config.rendering.animationEnabled; }