This website works better with JavaScript.
Home
Explore
Help
Sign In
root
/
MyAvaloniaDemo
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26
Commits
2
Branches
0
Tags
99 MiB
Tree:
0a6dcf3551
master
refactor/namespace-and-layering
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0a6dcf3551'
${ noResults }
MyAvaloniaDemo
/
ilspy_lottie
/
Avalonia.Skia.Lottie
/
LottieCommand.cs
10 lines
98 B
Raw
Normal View
History
动画效果修复
1 month ago
namespace
Avalonia.Skia.Lottie
;
internal
enum
LottieCommand
{
Start
,
Stop
,
Update
,
Dispose
}