Avishaidev

Results 2 issues of Avishaidev

Please can you explain how to create gradient as at demo? Thanks

### Description Can't get event onControlls hide/show. According to your example its never fire. `onPlayerReady() { this.subscriptions.push(this.controlsHidden.isHidden.subscribe(this.onHideControls.bind(this))); } onHideControls(state:boolean) { console.log('Are controls hidden?', state); } ` How can i get...