Searched defs:LottieTrimpath (Results 1 – 1 of 1) sorted by relevance
287 struct LottieTrimpath : LottieObject struct289 enum Type : uint8_t { Simultaneous = 1, Individual = 2 };291 void prepare() in prepare()296 bool mergeable() override in mergeable()302 LottieProperty* property(uint16_t ix) override in property()312 LottieFloat start = 0.0f;313 LottieFloat end = 100.0f;314 LottieFloat offset = 0.0f;315 Type type = Simultaneous;