Anand Rockzz
Anand Rockzz
animating bar inside each toast indicating when the toast will self-destruct [Imgur](https://i.imgur.com/TJL3CIW.gifv) * **What kind of change does this PR introduce?** feature * **What is the current behavior?** no animation...
``` // html {{words[wordIndex]}} // ts animations: [ trigger('fadeAnimTrigger', [ transition(':decrement', [ style({ opacity: 0 }), animate('500ms', style({ opacity: 1 })) ]), transition(':increment', [ style({ opacity: 0 }), animate('500ms', style({...
hide "login" link, if already logged in.
If images are in this format. ``` [{ "url":"https://example.com/awesome-image.jpg", "name": "Awesome Image" },{ "url":"https://example.com/funny-image.jpg", "name": "Funny Image" }] ``` There is no way to render images correctly, the component is...
### react-native environment setup - [X] I verified that I have not react-native-cli installed globally and be up to date about the React Native environment setup. ### Description $ npm...