FTXUI 6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
Animator类 参考

#include <animation.hpp>

Public 成员函数

 Animator (float *from, float to=0.f, Duration duration=std::chrono::milliseconds(250), easing::Function easing_function=easing::Linear, Duration delay=std::chrono::milliseconds(0))
 
void OnAnimation (Params &)
 
float to () const
 

详细描述

在文件 animation.hpp93 行定义.

构造及析构函数说明

◆ Animator()

Animator ( float * from,
float to = 0.f,
Duration duration = std::chrono::milliseconds(250),
easing::Function easing_function = easing::Linear,
Duration delay = std::chrono::milliseconds(0) )
explicit

在文件 animation.cpp248 行定义.

成员函数说明

◆ OnAnimation()

void OnAnimation ( Params & params)

在文件 animation.cpp262 行定义.

◆ to()

float to ( ) const
inline

在文件 animation.hpp103 行定义.


该类的文档由以下文件生成: