We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Eric • 6 years ago

This still leaves us with a choppy appearance when the component is added and removed. Can you illustrate how to make a NativeScript component slide in moving lower items down when ngIf adds it, and then slide out moving lower items up when ngIf hides it?

Alex Ziskind • 5 years ago

Choppy is subjective. Using completely native APIs for animation can be choppy if the device is old and slow too. Maybe I don't understand what you mean. If you could post a video of the problem that would be helpful.

Christoph John • 6 years ago

Hello, I tried to follow your article on animation usage. When I replicated the example, I get the following error as soon as the application starts:

ERROR TypeError: element.setAttribute is not a function

I found the following bug report regarding the problem

https://github.com/NativeSc...

and was wondering how you solved it.

Thanks for your help!