JOS-Animation-Library icon indicating copy to clipboard operation
JOS-Animation-Library copied to clipboard

A fullblown in-house animation library that can add instant scroll animation to all elements in your website, making it look beautiful & professional. Comes with tons of customization options but is s...

Results 9 JOS-Animation-Library issues
Sort by recently updated
recently updated
newest added

I found some typos so I opened this pull request to fix them.

**Is your feature request related to a problem? Please describe.** Currently, when using the Vue exemple in a Nuxt project, I get this error: > Hydration class mismatch on ​…​​...

Add scrollDirection right & left, currently has up and down

Disable is a global variable and is intended as a check to whether enable jos on a application before initializing a instance, useful especially when there is a requirement to...

So you have initialized a JOS instance, now you want to change the jos member's value.. now you are doomed coz idk why but for exmaple : startVisible attribute inside...

Rootmargin currently works great but does not support unit anything other than %., also the limits have been capped to +0 to +100% and auto converts any negative value to...

We can use scrollProgress callBacks for manually handling the event but would be nice if there was support for dynamically changing CSS var() properties so that we can add it...

It would be great if we could initialize JOS element using data-jos="true" instead of class="jos" attribute in an element.

When re initializing JOS instance, the start visible if set to true works as required but if it is set to false, then it is not applied on re-init. This...