Different55

Results 70 comments of Different55

Would it be possible to do the reverse of what Google does? Google initially has clean links, but replaces them when clicking so you actually get the filthy link.

You can already do this, you just set the opacity property as what you're animating. Set `direction: 'alternate'` if you like so it fades in and then back out as...

Ran into a problem with this one, on the last frame the progress will be 1, and will wrap back around to 0. Every animation gets thrown back to frame...

Would begin() not do the trick if your problem is setting it back when resetting?

Did a test, for me it didn't call the update callback on the first seek(), but it did for every one after that. It might not have that quirk if...

Wrt your second question, [you can use this](https://animejs.com/documentation/#remove) to remove the animation from a single element. Does removing all targets from an animation object help your performance problem?

Check out [this example](https://animejs.com/documentation/#TLcontrols) and the one before it. Set your up your pause event handling so that it pauses the timeline of the original animation, then fires off a...

Basically it adds a "isTied" boolean to notes. It's set when a note is tied or if it's a rest, because they can all be tied together. I don't know...

Got together a few songs that optimize pretty well and have a lot of variety. Got tied notes, tied notes that cross measures, consecutive rests, leading silence when there's only...

IIRC I started out with it in download() but I eventually split it off into its own thing so that I could keep the memory usage counter accurate.