アニメーションが終了してから プロパティーの値を変更したくても変わらない


FillBehavior = "Stop" を 追加する。

sample
    <DoubleAnimation Storyboard.TargetName="hoge" Storyboard.TargetProperty="Opacity"
         From="0" To="1" Duration="00:00:00.300" FillBehavior = "Stop" />