{#if showControls}
(isOverControls = true)} on:mouseleave={() => (isOverControls = false)} transition:fly={{ duration: 150 }} role="navigation" > (progressBarStatus === ProgressBarStatus.Paused ? progressBar.play() : progressBar.pause())} title={progressBarStatus === ProgressBarStatus.Paused ? $t('play') : $t('pause')} /> (showSettings = !showSettings)} title={$t('slideshow_settings')} /> {#if !isFullScreen} {/if}
{/if} {#if showSettings} (showSettings = false)} /> {/if}