Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
xiaoxiaole
Commits
87214290
Commit
87214290
authored
May 27, 2020
by
zjz1994
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
动画暂存
parent
b7501c26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
foodAni.ts
egret/src/something/anis/foodAni.ts
+11
-11
No files found.
egret/src/something/anis/foodAni.ts
View file @
87214290
...
...
@@ -48,17 +48,17 @@ export default class foodAni{
});
if
(
aniname
==
"ani1"
){
var
stime1
=
Math
.
floor
(
time1
/
4
);
egret
.
Tween
.
get
(
mv
).
to
({
scaleX
:
0.9
,
scaleY
:
1.1
},
stime1
,
egret
.
Ease
.
quadInOut
).
call
(()
=>
{
egret
.
Tween
.
get
(
mv
).
to
({
scaleX
:
1
,
scaleY
:
1
},
stime1
,
egret
.
Ease
.
quadInOut
).
call
(()
=>
{
egret
.
Tween
.
get
(
mv
).
to
({
scaleX
:
0.9618
,
scaleY
:
1.0618
},
stime1
,
egret
.
Ease
.
quadInOut
).
call
(()
=>
{
egret
.
Tween
.
get
(
mv
).
to
({
scaleX
:
1
,
scaleY
:
1
},
stime1
,
egret
.
Ease
.
quadInOut
)
});
egret
.
Tween
.
get
(
mv
).
to
({
scaleX
:
0.9
,
scaleY
:
1.1
},
stime1
*
2
,
egret
.
Ease
.
sineIn
).
call
(()
=>
{
egret
.
Tween
.
get
(
mv
).
to
({
scaleX
:
1
,
scaleY
:
1
},
stime1
*
2
,
egret
.
Ease
.
sineIn
).
call
(()
=>
{
//
egret.Tween.get(mv).to({
//
scaleX: 0.9618,
//
scaleY: 1.0618
// }, stime1, egret.Ease.quadIn
).call(() => {
//
egret.Tween.get(mv).to({
//
scaleX: 1,
//
scaleY: 1
// }, stime1, egret.Ease.quadIn
)
//
});
})
});
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment