diff options
Diffstat (limited to 'tests/fade.rp')
-rw-r--r-- | tests/fade.rp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fade.rp b/tests/fade.rp new file mode 100644 index 0000000..160c582 --- /dev/null +++ b/tests/fade.rp @@ -0,0 +1,8 @@ +<imfl> + <head duration="10" width="320" height="240"/> + <image handle="1" name="../icons/hi128-app-kmplayer.png"/> + <fill start="0" color="yellow"/> + <fadein start="1" duration="1" target="1" dstx="96" dsty="56" + dstw="128" dsth="128"/> + <fadeout start="4" duration="1" color="yellow"/> +</imfl> |