radioapp/radiowidgets/res/effects/fade_out.fxml
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:33:45 +0100
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 13 46974bebc798
permissions -rw-r--r--
Catchup to latest Symbian^4

<layers>
    <visual src="Item">
        <param name="opacity" type="anim">
            <duration>1.0</duration>
            <style>outquad</style>
            <keyframe at="0.0">1.0</keyframe>
            <keyframe at="1.0">0.0</keyframe>            
        </param>
    </visual>
</layers>