Disable "auto animate in viewport"? #102
Replies: 3 comments 3 replies
-
hello, thank for using our lib. currently, you can't stop animation in view. but you can control when animate text which are come in view. you can set threshold for set position in view, where text come and animate. we are currently working on this lib. to add new features and custom animation state etc. and again thanks for support. |
Beta Was this translation helpful? Give feedback.
-
Hi, than you so much for your answer and also for your work on the lib. |
Beta Was this translation helpful? Give feedback.
-
Hi! I just wanted to support this request from above! It would be very nice, to disable those objectionObservers on initialization, so that you control the timing when you want to Maybe something easy like this (on initialization): const textObj = new Textify({
selector: "[data-type='text']",
observer: false,
}); Thanks for you great work anyway ;) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
thank you very much for your work on this lib.
I'm using it in a context with scrollTrigger and was wondering if there is any chance of stopping the animation to happen when it comes in to view?
I want to use different trigger to textify.show() elements. But so far I did not really understand how to control the moment of animation and how to stop it?
Best
Hannes
Beta Was this translation helpful? Give feedback.
All reactions