Skip to content

Commit 2e20aba

Browse files
committed
Fix alignment
1 parent 0c51cca commit 2e20aba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/basic_image_wheel/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,14 @@ <h1>Winwheel.js example wheel - basic image wheel</h1>
8787
'textStrokeStyle' : 'black',
8888
'textLineWidth' : 2,
8989
'textFillStyle' : 'white',
90+
'segments' : // Define segments.
9091
[
9192
{'text' : 'T-55 Vampire'},
9293
{'text' : 'P-40 Kittyhawk'},
9394
{'text' : 'North American Harvard'},
9495
{'text' : 'L-39C Albatross'}
9596
],
97+
'animation' : // Specify the animation to use.
9698
{
9799
'type' : 'spinToStop',
98100
'duration' : 5, // Duration in seconds.

0 commit comments

Comments
 (0)