X Tutup
Skip to content

进行一个bug的修复#288

Open
AnKangPig wants to merge 1 commit intospritejs:masterfrom
AnKangPig:master
Open

进行一个bug的修复#288
AnKangPig wants to merge 1 commit intospritejs:masterfrom
AnKangPig:master

Conversation

@AnKangPig
Copy link

对于这样的代码,库会报错:

//已经创建了一个名为sp的Sprite
sp.animate([
		{y:600,offset:0.25},
		{y:580,offset:0.75,easing:"step-end"},
		{y:560,offset:1}
	],{
		fill:"forwards",
		duration:1000
	}
);

经检查,是一处函数放少了参数。请有人合并下,并修复其他库的该问题。

进行一个bug的修复
@vercel
Copy link

vercel bot commented Apr 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
spritejs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 12, 2025 2:16pm

@betseyliu
Copy link
Contributor

你pr提的是dist里面编译后的文件?
@AnKangPig

@AnKangPig
Copy link
Author

你pr提的是dist里面编译后的文件? @AnKangPig

这个pr本来也没想让人并,只是比issue更显眼而已。并且即使修了报错也不能生效,我怀疑这块功能就没实现成。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup