vod frog, frog with the vods
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

show froggiepause sprite when video is paused

+5 -3
spec/froggiepause.png

This is a binary file and will not be displayed.

+5 -3
src/lib/VideoPlayer.svelte
··· 281 281 onmousedown={onFrogDown} 282 282 > 283 283 <img 284 - src={frogFrame === 0 285 - ? "/froggiestand.png" 286 - : "/froggiejump.png"} 284 + src={!playing && !isScrubbing 285 + ? "/froggiepause.png" 286 + : frogFrame === 0 287 + ? "/froggiestand.png" 288 + : "/froggiejump.png"} 287 289 alt="scrub" 288 290 class="frog-sprite" 289 291 draggable="false"
static/froggiepause.png

This is a binary file and will not be displayed.