예제 #1
0
ECode ObjectAnimator::Init(
    /* [in] */ IInterface* target,
    /* [in] */ const String& propertyName)
{
    mTarget = target;
    return SetPropertyName(propertyName);
}
예제 #2
0
CScaleProperty::CScaleProperty()
{
	SetEasingType(Linear);
	SetAnimationType(Scale);
	SetPropertyName(QString("scaleX"));
}
예제 #3
0
CFillProperty::CFillProperty()
{
	SetAnimationType(Fill);
	SetPropertyName(QString("fillScale"));
}