mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fix animation import example
This commit is contained in:
@@ -47,7 +47,7 @@ This example demonstrates all of the baked-in animations and easings. Animations
|
||||
</div>
|
||||
|
||||
<script type="module">
|
||||
import { getAnimationNames, getEasingNames } from '/dist/shoelace.js';
|
||||
import { getAnimationNames, getEasingNames } from '@shoelace-style/shoelace/dist/utilities/animation.js';
|
||||
|
||||
const container = document.querySelector('.animation-sandbox');
|
||||
const animation = container.querySelector('sl-animation');
|
||||
|
||||
Reference in New Issue
Block a user