B1t

Results 48 comments of B1t

@blakeembrey, I was able to do something similar with typestyle using ts-node in an experiment project. I used ts-node to register typescript. Since typestyle has a default instance, I cleared...

Here are my suggestions: 1. Try the 2.2.10 version I just put out today. If this is a problem due to the element being in view during page load, I...

I am able to reproduce this issue. I don't yet have a resolution yet, but am open to a PR. The underlying issue is that on Safari, it picks a...

1) Feel free to send a PR for the animate_animated class. The repo is https://github.com/scroll-out/scroll-out.github.io. 😄 2) The way the documentation is written up > When using Animate.css, you can...

This may be caused by two different things based on your environment. 1) Content is being updated after the init event. If this is the case, I think calling .index()...

Please try v2.2.10. Another user troubleshot a similar issue with a static site and it looks like multiple ScrollOut instances were not working on page load. 2.2.10 should fix this.

I was able to get it working by creating a directive as a container, I can't really explain why it isn't working when creating a directive for the targets themselves....

Please take a look at the codesandbox, I've updated with it with a working example with the latest animate.css

I add the ability for offset to be a function in 2.2.10. Please try that build and let me know if it solves your issue: Something like this should work:...

You are correct, it is based the offset between the top of the scrolling content and the scrolling container. The documentation is incorrect and needs to be updated (I'll take...