wpfキーフレーム

<Storyboard x:Key="OnExpansion">
            <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="Height" Storyboard.TargetName="grid">
                <EasingDoubleKeyFrame KeyTime="0:0:0.2" Value="100"/>
            </DoubleAnimationUsingKeyFrames>
        </Storyboard>

 

おすすめ

転載: blog.csdn.net/qq_41617901/article/details/110945686