Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ progress
Method
progress
Telegram/SourceFiles/dialogs/dialogs_row.cpp:211–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
float64 Row::CornerLayersManager::progress() const {
212
return _animation.value(1.);
213
}
214
215
bool Row::CornerLayersManager::isFinished() const {
216
return (progress() == 1.) && _lastFrameShown;
Callers
2
startSlideAnimation
Method · 0.45
closeChildList
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected