22class NumericLayerScrollTransition final :
public NumericLayer {
24 NumericLayerScrollTransition();
25 ~NumericLayerScrollTransition()
override;
26 bool callBack()
override;
27 void render(uint8_t* returnSegments)
override;
28 void isNowOnTop()
override;
30 uint8_t segments[kNumericDisplayLength];
32 int8_t transitionDirection;
33 int8_t transitionProgress;