FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
ftxui::animation Namespace Reference

FTXUI ftxui::animation:: 命名空間 More...

Namespaces

namespace  easing
 

Classes

class  Animator
 
class  Params
 

Typedefs

using Clock = std::chrono::steady_clock
 
using TimePoint = std::chrono::time_point<Clock>
 
using Duration = std::chrono::duration<float>
 

Functions

void RequestAnimationFrame ()
 RequestAnimationFrame 是一個函式,它請求在下一個動畫週期中繪製新畫面。
 

Detailed Description

FTXUI ftxui::animation:: 命名空間

Typedef Documentation

◆ Clock

using Clock = std::chrono::steady_clock

Definition at line 23 of file animation.hpp.

◆ TimePoint

using TimePoint = std::chrono::time_point<Clock>

Definition at line 24 of file animation.hpp.

◆ Duration

using Duration = std::chrono::duration<float>

Definition at line 25 of file animation.hpp.