animotion icon indicating copy to clipboard operation
animotion copied to clipboard

🪄 Create beautiful presentations with Svelte

Results 2 animotion issues
Sort by recently updated
recently updated
newest added

Is there any way to pass the dynamic expression e.g. ```js { const newCode = ``; code.update`async function animate() { // New code here ... ${newCode} }`; }} /> ```...

First of all, this is an amazing library! Thank you for your hard work on making this project. I have a question about scrolling to a specific line in the...