Interface PremiumFeaturePromotionAnimation

Describes a promotion animation for a Premium feature.

interface PremiumFeaturePromotionAnimation {
    @type: "premiumFeaturePromotionAnimation";
    animation: Animation;
    feature: PremiumFeature;
}

Properties

@type: "premiumFeaturePromotionAnimation"
animation: Animation

Promotion animation for the feature.

Premium feature.