anime icon indicating copy to clipboard operation
anime copied to clipboard

JavaScript animation engine

Results 155 anime issues
Sort by recently updated
recently updated
newest added

## What solves this PR? Bonjour, this is my first PR in this repository. The PR removes the cloneObject from the helper.js file, because it can be done in a...

replacing the helper function stringContains with the build-in string function `.includes()`

- fix missing closing tag in title - remove too much closing div - remove and replace with instead

add [Prettier](https://prettier.io/) as code formatter and additional dependency to the repository. Helps with code formatting and keeping a consistent format across the repository.

**Describe the bug** I've found some situations in which calling "await" on the "finished" promise of an animation waits indefinitely. Not sure if this is a bug or not, but...

The way the `getDuration()` method in the `spring()` function is setup it doesn't have any way of stopping an infinite loop. I added a `INTINITE_LOOP_LIMIT` of 10,000 to stop possible...

**Describe the bug** this is turly image url : ![image](https://user-images.githubusercontent.com/32830366/148011136-f3ee031a-3612-480c-b337-9d229b04f3c5.png) ![image](https://user-images.githubusercontent.com/32830366/148011039-a3af98e7-4449-4abc-8000-277d3dfb7c9e.png) but if I use animejs,there will be one more 0 in front ![image](https://user-images.githubusercontent.com/32830366/148011105-2fd7f1a6-e593-44b1-8c97-dc1c791eb7ca.png) same string ![image](https://user-images.githubusercontent.com/32830366/148011036-ea4b7524-ae4c-44d3-bc3f-940b3c5271cc.png) **To Reproduce** Steps...

**Describe the bug** This is a similar issue that was closed by the user without resolving the real issue in #428. When an SVG is embedded in a page and...