FAQ - LucasCGG/animation-handler-for-rive GitHub Wiki
1. Why isn’t my animation displaying?
Ensure your .riv
file is properly exported from the Rive editor. Also, confirm that the plugin is installed and activated correctly.
2. Does this plugin work without Elementor?
No, this plugin requires Elementor to function. The Rive Animation Handler is designed to work as an Elementor widget, enabling seamless integration of Rive animations through a drag-and-drop interface.
3. How can I trigger animations based on scroll?
The plugin uses the IntersectionObserver API to trigger animations as they enter the viewport. This ensures smooth and efficient handling of animations without needing a continuous scroll event handler. However, it currently does not support a dedicated "on scroll" animation trigger. For more complex scroll-based interactions, consider integrating custom JavaScript solutions alongside the plugin.