Searched defs:SymbolAnimationConfig (Results 1 – 1 of 1) sorted by relevance
40 struct SymbolAnimationConfig { struct41 std::vector<SymbolNode> symbolNodes;42 uint32_t numNodes = 0;43 Drawing::DrawingEffectStrategy effectStrategy = Drawing::DrawingEffectStrategy::NONE;44 uint64_t symbolSpanId = 0;45 uint16_t animationMode = 0;46 int repeatCount = 1;47 bool animationStart = false;48 Drawing::DrawingCommonSubType commonSubType = Drawing::DrawingCommonSubType::DOWN;