MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / fadeIn

Method fadeIn

src/components/AnimationComponent.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void AnimationComponent::fadeIn(int time)
21{
22 mOpacity = 0;
23 setChildrenOpacity(0);
24
25 mFadeRate = time;
26}
27
28void AnimationComponent::fadeOut(int time)
29{

Callers 1

updateDetailDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected