Searched refs:opacityKeyframe3 (Results 1 – 3 of 3) sorted by relevance
34 opacityKeyframe3->SetCurve(Curves::FRICTION); in CreateSharedInOption()38 opacityAnimation->AddKeyframe(opacityKeyframe3); in CreateSharedInOption()68 opacityKeyframe3->SetCurve(Curves::LINEAR); in CreateSharedOutOption()72 opacityAnimation->AddKeyframe(opacityKeyframe3); in CreateSharedOutOption()84 opacityKeyframe3->SetCurve(Curves::FRICTION); in CreateSharedStaticOption()88 opacityAnimation->AddKeyframe(opacityKeyframe3); in CreateSharedStaticOption()177 opacityKeyframe3->SetCurve(Curves::FRICTION); in CreateTransitionInContentOption()181 opacityAnimation->AddKeyframe(opacityKeyframe3); in CreateTransitionInContentOption()205 opacityKeyframe3->SetCurve(Curves::FRICTION); in CreateTransitionInBackgroundOption()254 opacityKeyframe3->SetCurve(Curves::FRICTION); in CreatTransitionOutOption()[all …]
196 auto opacityKeyframe3 = AceType::MakeRefPtr<Keyframe<uint8_t>>(1.0f, 0); in CreateCardOpacityAnimation() local199 opacityAnimation->AddKeyframe(opacityKeyframe3); in CreateCardOpacityAnimation()203 auto opacityKeyframe3 = AceType::MakeRefPtr<Keyframe<uint8_t>>(1.0f, 255); in CreateCardOpacityAnimation() local204 opacityKeyframe3->SetCurve(Curves::SHARP); in CreateCardOpacityAnimation()207 opacityAnimation->AddKeyframe(opacityKeyframe3); in CreateCardOpacityAnimation()
428 auto opacityKeyframe3 = MakeRefPtr<Keyframe<int32_t>>(1.0f, endOpacity); in CreateOpacityAnimation() local429 opacityKeyframe3->SetCurve(secondCurve); in CreateOpacityAnimation()433 opacityAnimation->AddKeyframe(opacityKeyframe3); in CreateOpacityAnimation()