2023-05-03 21:21:04 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-02-06 15:37:02 +00:00
|
|
|
<component name="PhotoDetails" extends="JFGroup">
|
|
|
|
<children>
|
2023-05-03 21:21:04 +00:00
|
|
|
<Poster id="photo" width="1920" height="1080" loadDisplayMode="scaleToFit" />
|
2022-11-19 20:39:45 +00:00
|
|
|
<Rectangle id="background" color="0x101010EE" height="120" width="500" Translation="[700, -150]" opacity="0">
|
2023-05-03 21:21:04 +00:00
|
|
|
<Label id="status" font="font:MediumSystemFont" height="100" width="500" horizAlign="center" vertAlign="bottom" />
|
2022-11-19 14:29:57 +00:00
|
|
|
</Rectangle>
|
|
|
|
<Timer id="slideshowTimer" duration="5" repeat="false" />
|
|
|
|
<Timer id="statusTimer" duration="2" repeat="false" />
|
2022-11-19 20:39:45 +00:00
|
|
|
|
|
|
|
<Animation id="showStatusAnimation" duration="1" repeat="false">
|
|
|
|
<FloatFieldInterpolator key="[0.0, 0.1]" keyValue="[0, 1]" fieldToInterp="background.opacity" />
|
|
|
|
<Vector2DFieldInterpolator key="[0.1, 1]" keyValue="[[700, -150], [700, -5]]" fieldToInterp="background.translation" />
|
|
|
|
</Animation>
|
|
|
|
<Animation id="hideStatusAnimation" duration="1" repeat="false">
|
|
|
|
<Vector2DFieldInterpolator key="[0.0, 0.9]" keyValue="[[700, -5], [700, -150]]" fieldToInterp="background.translation" />
|
|
|
|
<FloatFieldInterpolator key="[0.9, 1]" keyValue="[1, 0]" fieldToInterp="background.opacity" />
|
|
|
|
</Animation>
|
|
|
|
|
2022-02-06 15:37:02 +00:00
|
|
|
</children>
|
|
|
|
<interface>
|
2022-11-19 05:57:40 +00:00
|
|
|
<field id="items" type="node" />
|
|
|
|
<field id="itemIndex" type="integer" value="-1" onChange="itemContentChanged" />
|
2022-02-06 15:37:02 +00:00
|
|
|
</interface>
|
2023-05-03 21:21:04 +00:00
|
|
|
</component>
|