_**Note:** You still can set only a string: `showLoader('Show loader on app')`_
![mainloader01](https://user-images.githubusercontent.com/320157/33967538-0251b938-e04b-11e7-8560-da1893840e5f.gif)
* ### Items list on top if receive a second array
**Usage:**
```javascript
let phrases = ['Your phrase one', 'Your phrase two', 'Your phrase three']
let items = ['<strong>Your item</strong> here', 'Then you can add <strong>other item</strong> here', 'Another <strong>item</strong> here']
showLoader(phrases, items)
Following the guide on https://github.com/Paratii-Video/paratii-player/issues/376
Phrases transition if receive an array instead of a string
Usage:
showLoader(phrases)