ESPHome 2026.8.0-dev
Loading...
Searching...
No Matches
esphome::lvgl::LvAnimationTimingEaseInOut Class Reference

#include <animation.h>

Inheritance diagram for esphome::lvgl::LvAnimationTimingEaseInOut:
esphome::lvgl::LvAnimationTiming

Public Member Functions

 LvAnimationTimingEaseInOut (float slope)
 
float map_progress (float value) override
 
- Public Member Functions inherited from esphome::lvgl::LvAnimationTiming

Protected Attributes

float slope_
 

Detailed Description

Definition at line 80 of file animation.h.

Constructor & Destructor Documentation

◆ LvAnimationTimingEaseInOut()

esphome::lvgl::LvAnimationTimingEaseInOut::LvAnimationTimingEaseInOut ( float slope)
inline

Definition at line 82 of file animation.h.

Member Function Documentation

◆ map_progress()

float esphome::lvgl::LvAnimationTimingEaseInOut::map_progress ( float value)
inlineoverridevirtual

Implements esphome::lvgl::LvAnimationTiming.

Definition at line 83 of file animation.h.

Field Documentation

◆ slope_

float esphome::lvgl::LvAnimationTimingEaseInOut::slope_
protected

Definition at line 90 of file animation.h.


The documentation for this class was generated from the following file: