Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
void AnimationComponent::fadeIn(int time)
21
{
22
mOpacity = 0;
23
setChildrenOpacity(0);
24
25
mFadeRate = time;
26
}
27
28
void AnimationComponent::fadeOut(int time)
29
{
Callers
1
updateDetailData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected