MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / Begin

Method Begin

FastCopy/AnimatedValue.cpp:52–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void StoryboardWrapper::Begin()
53{
54 if (!m_completed)
55 return;
56
57 m_revoker = m_storyboard.Completed(winrt::auto_revoke, [now = std::chrono::steady_clock::now(), this](auto...)
58 {
59 m_completed = true;
60 m_storyboard.Stop();
61 m_storyboard.Children().Clear();
62 });
63 m_completed = false;
64 m_storyboard.Begin();
65}

Callers 6

makeAnimationMethod · 0.80
playWindowAnimationMethod · 0.80
ProgressBar_LoadedMethod · 0.80
ShowGraphButton_ClickMethod · 0.80
resizeGraphPointMethod · 0.80
makeAnimationMethod · 0.80

Calls 1

ClearMethod · 0.80

Tested by

no test coverage detected