[Interest] Queries regarding opacity in NumberAnimation using QML and QDeclarative
Satya Praveen Ganapathi
praveen.s at hmie.co.in
Thu Oct 18 07:44:32 CEST 2012
Hi,
I want to know ,is there any way to set opacity value from outside of
the NumberAnimation block.
Code:
SequentialAnimation on opacity
{
Id : myAnimation
running :true ; loops:1
NumberAnimation
{
Id : myItem ; from : 1.0 ; to : 0.15 ; duration:2000
}
}
I want to change the to : 0.15 value by calling some function.
I have another query - what is the equivalent function to
QDeclarative::setViewport() in QQuickView?
Thanx & Regards
Satya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20121018/f26fcebd/attachment.html>
More information about the Interest
mailing list