28 struct Q_QUICKVECTORIMAGEGENERATOR_EXPORT PropertyAnimation {
32 ReplacePreviousAnimations = 2,
35 QMap<
int, QVariant> frames;
36 QMap<
int, QBezier> easingPerFrame;
40 quint8 flags = NoFlags;
42 bool isConstant()
const {
46 for (
const auto& frame : frames) {
47 if (frame != frames.first())
53 PropertyAnimation simplified()
const;