addLog('complete')}
104 |         onLoopComplete={() => addLog('loopComplete')}
105 |         onEnterFrame={() => { /* addLog('enterFrame') */ }}
106 |         onSegmentStart={() => addLog('segmentStart')}
107 |         onLoad={() => addLog('load')}
108 |       />
109 | 
110 |       
111 |          setLoop(e.target.checked)} id="loop" />
112 |         {' '}
113 |         
114 |       
115 | 
116 |       
117 |         Loop times
118 |         
119 |         
120 |       
121 | 
122 |       
123 |          setPlay(e.target.checked)} id="playing1" />
124 |         {' '}
125 |         
126 |       
127 | 
128 |       
144 | 
145 |       
146 |         Speed
147 |          setSpeed(parseInt(e.target.value, 10) / 20)}
154 |           step="1"
155 |         />
156 |       
157 | 
158 |       
159 |         Direction
160 |         
161 |          setDirection(-1)} />
162 |          setDirection(1)} />
163 |       
164 | 
165 |       Event log
166 |       
170 |         {log.map(({ text, n }) => 
{text}
)}
171 |