Skip to content

Update fx.js #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fx.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define("fx", ["css"], function($) {
scroll: /scroll/i
};
var rfxnum = /^([+\-/*]=)?([\d+.\-]+)([a-z%]*)$/i;

//edit
$.easing = { //缓动公式
linear: function(pos) {
return pos;
Expand Down Expand Up @@ -615,4 +615,4 @@ define("fx", ["css"], function($) {
什么spin模型,求地址
教主Franky(449666) 2013-03-25 14:34:37
旋转到一个弹槽,射出一个子弹. spin模型是,旋转到一个队列, 处理n个事物, 不同的队列有不同的权重. 权重高的, 一次处理的事务 比别的多
*/
*/