Skip to content

Commit

Permalink
update deps, fix cursor animations
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Sep 18, 2019
1 parent 3e78693 commit 0fe77b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Views/Cursor.xaml.fs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ type Cursor() as this =
y_transition.Easing <- Easings.CubicEaseOut()
transitions.Add(x_transition)
transitions.Add(y_transition)
this.SetValue(Cursor.TransitionsProperty, transitions)
trace "cursor" "setCursorAnimation: blink=%b, move=%b" States.cursor_smoothblink States.cursor_smoothmove
this.Transitions <- transitions
this.Transitions |> ignore

do
this.Watch [
Expand Down
6 changes: 3 additions & 3 deletions fvim.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="0.8.999-cibuild0004051-beta" />
<PackageReference Include="Avalonia" Version="0.8.999-cibuild0004079-beta" />
<PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2019013001" />
<PackageReference Include="Avalonia.Desktop" Version="0.8.999-cibuild0004051-beta" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.8.999-cibuild0004051-beta" />
<PackageReference Include="Avalonia.Desktop" Version="0.8.999-cibuild0004079-beta" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.8.999-cibuild0004079-beta" />
<PackageReference Include="FSharp.Control.Reactive" Version="4.2.0" />
<PackageReference Include="FSharp.Data" Version="3.1.1" />
<PackageReference Include="GitInfo" Version="2.0.20">
Expand Down

0 comments on commit 0fe77b1

Please sign in to comment.