We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bca62e commit 9e98378Copy full SHA for 9e98378
fern/rive-animation.js
@@ -276,7 +276,7 @@
276
// AI Animation with custom event handling
277
createRiveAnimation({
278
canvasSelector: '#ai-rive-canvas',
279
- riveUrl: 'https://cdn.prod.website-files.com/67880ff570cdb1a85eee946f/68825e97fd6225e1c8a7488c_b8d233d3b43c3da6eff8cc65874d7b49_ai_animation.riv',
+ riveUrl: 'https://cdn.prod.website-files.com/67880ff570cdb1a85eee946f/68825e97fd6225e1c8a7488c_c2966309b38902c92adfe24c2dc8ba5a_ai_animation.riv',
280
aspectRatio: 371/99,
281
stateMachine: "State Machine 1",
282
fallbackImages: [
@@ -438,4 +438,4 @@
438
window.createRiveAnimation = createRiveAnimation;
439
window.switchRiveThemes = switchAllRiveThemes;
440
window.setupRiveSiteThemeSync = setupRiveSiteThemeSync;
441
-})();
+})();
0 commit comments