-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
made animated scroll #6
base: develop
Are you sure you want to change the base?
Changes from all commits
1fd97c9
52c7325
170e251
7565b50
f4f6ee0
7b3001a
ac41e89
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
out/ | ||
out/roku-deploy.zip | ||
.history/ | ||
.vscode/ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<component name="rowListScene" extends="Scene" initialFocus="mainRowList"> | ||
<script type="text/brightscript" uri="rowListScene.brs" /> | ||
<children> | ||
<Group id="rowListParty"> | ||
<RowList id="rowList1" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 100 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList2" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 400 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList3" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 700 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList4" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1000 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList5" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1300 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList6" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1600 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<Animation id="scroll" duration="1" repeat="false" easeFunction="linear"> | ||
<Vector2DFieldInterpolator id="myInterp1" key="[0.0, 1.0]" fieldToInterp="rowListParty.translation" /> | ||
</Animation> | ||
</Group> | ||
</children> | ||
</component> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as before |
||
<component name="rowListScene" extends="Scene" initialFocus="mainRowList"> | ||
<script type="text/brightscript" uri="rowListScene.brs" /> | ||
<children> | ||
<Group id="rowListParty"> | ||
<RowList id="rowList1" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 100 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList2" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 400 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList3" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 700 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList4" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1000 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList5" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1300 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList6" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1600 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="floatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<Animation id="scroll" duration="1" repeat="false" easeFunction="linear"> | ||
<Vector2DFieldInterpolator id="myInterp1" key="[0.0, 1.0]" fieldToInterp="rowListParty.translation" /> | ||
</Animation> | ||
</Group> | ||
</children> | ||
</component> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as before |
||
<component name="rowListScene" extends="Scene" initialFocus="mainRowList"> | ||
<script type="text/brightscript" uri="rowListScene.brs" /> | ||
<children> | ||
<Group id="rowListParty"> | ||
<RowList id="rowList1" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 100 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList2" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 400 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList3" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 700 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList4" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1000 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList5" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1300 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList6" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1600 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="1" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<Animation id="scroll" duration="1" repeat="false" easeFunction="linear"> | ||
<Vector2DFieldInterpolator id="myInterp1" key="[0.0, 1.0]" fieldToInterp="rowListParty.translation" /> | ||
</Animation> | ||
</Group> | ||
</children> | ||
</component> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as before |
||
<component name="rowListScene" extends="Scene" initialFocus="mainRowList"> | ||
<script type="text/brightscript" uri="rowListScene.brs" /> | ||
<children> | ||
<Group id="rowListParty"> | ||
<RowList id="rowList1" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 100 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList2" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 400 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList3" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 700 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList4" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1000 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList5" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1300 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList6" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1600 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFloatingFocus" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<Animation id="scroll" duration="1" repeat="false" easeFunction="linear"> | ||
<Vector2DFieldInterpolator id="myInterp1" key="[0.0, 1.0]" fieldToInterp="rowListParty.translation" /> | ||
</Animation> | ||
</Group> | ||
</children> | ||
</component> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as before |
||
<component name="rowListScene" extends="Scene" initialFocus="mainRowList"> | ||
<script type="text/brightscript" uri="rowListScene.brs" /> | ||
<children> | ||
<Group id="rowListParty"> | ||
<RowList id="rowList1" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 100 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap " showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList2" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 400 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap " showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList3" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 700 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap " showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList4" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1000 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap " showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList5" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1300 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap " showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList6" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1600 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap " showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<Animation id="scroll" duration="1" repeat="false" easeFunction="linear"> | ||
<Vector2DFieldInterpolator id="myInterp1" key="[0.0, 1.0]" fieldToInterp="rowListParty.translation" /> | ||
</Animation> | ||
</Group> | ||
</children> | ||
</component> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as before |
||
<component name="rowListScene" extends="Scene" initialFocus="mainRowList"> | ||
<script type="text/brightscript" uri="rowListScene.brs" /> | ||
<children> | ||
<Group id="rowListParty"> | ||
<RowList id="rowList1" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 100 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList2" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 400 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList3" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 700 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList4" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1000 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList5" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1300 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<RowList id="rowList6" rowSpacings="[0.0]" focusXOffset="[-150.0]" translation="[ 0, 1600 ]" rowLabelOffset="[[220.0,-6.0]]" itemComponentName="RowListItem" numRows="2" itemSize="[ 1608, 250 ]" rowItemSize="[ [368, 250] ]" rowHeights="[250.0]" vertFocusAnimationStyle="floatingFocus" rowFocusAnimationStyle="fixedFocusWrap" showRowLabel="[true]" rowItemSpacing="[[0.0,0.0]]" drawFocusFeedback="false" rowLabelFont="font:LargeBoldSystemFont" /> | ||
<Animation id="scroll" duration="1" repeat="false" easeFunction="linear"> | ||
<Vector2DFieldInterpolator id="myInterp1" key="[0.0, 1.0]" fieldToInterp="rowListParty.translation" /> | ||
</Animation> | ||
</Group> | ||
</children> | ||
</component> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this file here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted.