Skip to content

Commit

Permalink
loop example
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Oct 10, 2022
1 parent 31952ee commit c43451e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/example/src/AudioTesting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const AudioTesting: React.FC = () => {
<div>
<Sequence from={100} durationInFrames={100}>
<Audio
loop
startFrom={100}
endAt={200}
src={staticFile('music.mp3')}
Expand Down

0 comments on commit c43451e

Please sign in to comment.