diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 00:54:13 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 00:54:13 +0000 |
commit | 092be7678b67552cb3161fe162242bf8d3aeed2f (patch) | |
tree | be0693f45b101252c370e40f6e84da2cd7a52f75 /tests/fade.rp | |
download | kmplayer-092be7678b67552cb3161fe162242bf8d3aeed2f.tar.gz kmplayer-092be7678b67552cb3161fe162242bf8d3aeed2f.zip |
Added old abandoned KDE3 version of kmplayer
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1091557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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> |