mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update doc for animate
This commit is contained in:
parent
08bd3118ea
commit
51446f2a8b
3 changed files with 3 additions and 38 deletions
|
@ -43,7 +43,7 @@ const AnimateOnScroll = BaseAnimateOnScroll.extend('animateonscroll', {
|
|||
entry.isIntersecting ? this.enter() : this.leave();
|
||||
}
|
||||
} else if (entry.isIntersecting) {
|
||||
this.$value.animateOnLoad ? this.enter() : (this.$el.style.opacity = '');
|
||||
this.enter();
|
||||
}
|
||||
|
||||
this.isObserverActive = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue