4
AnimatedVectorDrawableの<vector>
要素全体ではなく、<group>
要素にアルファアニメーターを適用できますか?そうでない場合は、これに代わる方法はありますか?AnimatedVectorDrawableのグループ要素へのAlphaアニメーター
AnimatedVectorDrawableの<vector>
要素全体ではなく、<group>
要素にアルファアニメーターを適用できますか?そうでない場合は、これに代わる方法はありますか?AnimatedVectorDrawableのグループ要素へのAlphaアニメーター
いいえ、<group>
要素にはアルファプロパティがありません。 VectorDrawable documentation 1として
、アルファとVectorDrawableの部分はandroid:strokeAlpha
とandroid:fillAlpha
を有しandroid:alpha
と<path>
を有する全体<vector>
あります。
したがって、VectorDrawableの一部のアルファのみをアニメーション化する場合は、関連するパスのfillAlphaおよび/またはstrokeAlphaをアニメーション化する必要があります。