|
@@ -81,7 +81,7 @@
|
|
DragValueChanged="{xaml:Command PixiEditor.Document.ChangeActiveFrame, UseProvided=True}"
|
|
DragValueChanged="{xaml:Command PixiEditor.Document.ChangeActiveFrame, UseProvided=True}"
|
|
DragEnded="{xaml:Command PixiEditor.Document.EndChangeActiveFrame}"
|
|
DragEnded="{xaml:Command PixiEditor.Document.EndChangeActiveFrame}"
|
|
SetValueCommand="{xaml:Command PixiEditor.Animation.ActiveFrameSet, UseProvided=True}"
|
|
SetValueCommand="{xaml:Command PixiEditor.Animation.ActiveFrameSet, UseProvided=True}"
|
|
- ValueFromSlider="{Binding ElementName=PART_TimelineSlider, Path=PixiFile, Mode=TwoWay}" />
|
|
|
|
|
|
+ ValueFromSlider="{Binding ElementName=PART_TimelineSlider, Path=Value, Mode=TwoWay}" />
|
|
</Interaction.Behaviors>
|
|
</Interaction.Behaviors>
|
|
</animations:TimelineSlider>
|
|
</animations:TimelineSlider>
|
|
|
|
|