Please remove the custom scrolling effect on your website. Ruins the examples.
Show HN: TargetJ – New JavaScript framework that can animate anything
21–30 of 51 posts
Re: Show HN: TargetJ – New JavaScript framework that can animate anything
#22Earlier quoted context omitted.
Thank you for bringing this to my attention. I apologize for it and will work on a fix over the few days. I'll update as soon as the issue is resolved.
I have now added key arrow navigation. Please let me know if you still have any issues navigating the site. Thanks again.
Re: Show HN: TargetJ – New JavaScript framework that can animate anything
#23Seems really laggy
Thank you for your feedback. There was a bug on the site that caused the slowdown. The code is animated to show how it operates in connection with the output, and there was a bug that contributed to the delay. However, I believe I have fixed it.
Re: Show HN: TargetJ – New JavaScript framework that can animate anything
#24Re: Show HN: TargetJ – New JavaScript framework that can animate anything
#25[flagged]
Re: Show HN: TargetJ – New JavaScript framework that can animate anything
#26Earlier quoted context omitted.
I have now added key arrow navigation. Please let me know if you still have any issues navigating the site. Thanks again.
it's better, but I wouldn't say it's good now. Try holding the arrow keys, the site won't move. Any swiping both on mouse and mobile overshoots by a lot. What should be a small movement scrolls the whole website
Re: Show HN: TargetJ – New JavaScript framework that can animate anything
#27Earlier quoted context omitted.
Thank you for your feedback. There was a bug on the site that caused the slowdown. The code is animated to show how it operates in connection with the output, and there was a bug that contributed to the delay. However, I believe I have fixed it.
demo is still laggy for me
Re: Show HN: TargetJ – New JavaScript framework that can animate anything
#28It's a shame that the non-composited animations just aren't performant enough to animate on mobile devices.
Just as a curiosity, have you thought about transforming the target value stepping down to web animations api calls? That way the implementation could _probably_ get some free performance as the browser could pre-calc some stuff ahead of time, without the need for you to brute force every calc on top of the js engine.
Re: Show HN: TargetJ – New JavaScript framework that can animate anything
#29Re: Show HN: TargetJ – New JavaScript framework that can animate anything
#30Earlier quoted context omitted.
Thank you for your feedback. There was a bug on the site that caused the slowdown. The code is animated to show how it operates in connection with the output, and there was a bug that contributed to the delay. However, I believe I have fixed it.
demo is still laggy for me