Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NJ_usercenter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
NJ_usercenter
Commits
5c03b809
Commit
5c03b809
authored
Feb 15, 2023
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上次没修好 再修一次
parent
f60e58c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
playIconAni_NJ_usercenter.js
assets/NJ_usercenter/script/playIconAni_NJ_usercenter.js
+6
-2
No files found.
assets/NJ_usercenter/script/playIconAni_NJ_usercenter.js
View file @
5c03b809
...
...
@@ -37,6 +37,7 @@ cc.Class({
play
()
{
if
(
this
.
playTween
)
{
this
.
playTween
.
stop
();
this
.
node
.
scale
=
1
;
}
this
.
playTween
=
cc
.
tween
(
this
.
node
)
.
by
(
0.5
,
{
scale
:
0.1
})
...
...
@@ -47,8 +48,11 @@ cc.Class({
},
stop
()
{
this
.
playTween
.
stop
();
this
.
playTween
=
null
;
if
(
this
.
playTween
)
{
this
.
playTween
.
stop
();
this
.
node
.
scale
=
1
;
this
.
playTween
=
null
;
}
}
// update (dt) {},
});
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