调整动图默认帧率
This commit is contained in:
@@ -15,7 +15,7 @@ namespace SpineViewer.Exporter
|
||||
{
|
||||
public AvifExporter()
|
||||
{
|
||||
FPS = 12;
|
||||
FPS = 24;
|
||||
}
|
||||
|
||||
public override string Format => "avif";
|
||||
|
||||
@@ -15,8 +15,7 @@ namespace SpineViewer.Exporter
|
||||
{
|
||||
public GifExporter()
|
||||
{
|
||||
// GIF 的帧率不能太高, 超过 50 帧反而会变慢
|
||||
FPS = 12;
|
||||
FPS = 24;
|
||||
}
|
||||
|
||||
public override string Format => "gif";
|
||||
|
||||
@@ -15,7 +15,7 @@ namespace SpineViewer.Exporter
|
||||
{
|
||||
public WebpExporter()
|
||||
{
|
||||
FPS = 12;
|
||||
FPS = 24;
|
||||
}
|
||||
|
||||
public override string Format => "webp";
|
||||
|
||||
Reference in New Issue
Block a user