模拟 GUI 项目掉落的最佳缓动函数是什么?
Expression Blend 中有很多可用的缓动函数,每个缓动函数的设置也很多,通常很难本能地知道要选择什么缓动函数。尝试所有选项将需要相当长的时间。
在这种情况下,我想给人一种该物品向前和向下掉落的印象。我正在使用关于 X 的投影旋转,并且当前正在使用循环缓动函数之一,但它感觉不太正确。微妙的反弹可能会有所帮助。
给人短距离坠落印象的最佳选项(和具体设置)是什么?
一如既往,提前致谢。
后续: 在下面的评论之后,作为这里提出的一般问题的潜在长期解决方案(通过关键字选择缓动函数和设置),我们现在设置www.easing.co。我们将寻求社区的贡献,因此如果您有兴趣帮助该项目,请仅通过该网站给我们留言。
There are so many easing functions available in Expression Blend, and so many settings on each, it is often hard to know instinctively what easing function to choose. Trying all the options would take quite a long time.
In this instance, I want to give the impression that the item has fallen forward and down. I am using a projection rotation about X and currently using one of the circular easing functions, but it does not feel quite right. A subtle bounce would probably help.
What would be the best option (and specific settings) to give the impression of falling a short distance?
As always, thanks in advance.
Follow-up: After the comments below and as a potential long-term solution to the general problem posed here (choosing easing functions and settings by keyword), we have now setup www.easing.co. We will be seeking contributions from the community, so if you are interested in helping with the project, drop us a line via that website only.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在寻找同一问题的答案时发现了这篇文章。
我使用了“BounceOut”缓动,弹跳次数为 2,弹跳度为
10。Pete
I came across this post whilst looking for an answer to the same question.
I Used a 'BounceOut' ease with 2 bounces, and a bounciness of 10.
Pete