This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
improve the code
tags/2.4.0
Caven Chen
4 years ago
parent
5bede1fb7b
commit
58032de4b2
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
modules/animation/type/Flying.js
+ 0
- 1
modules/animation/type/Flying.js
View File
@@ -15,7 +15,6 @@ class Flying extends Animation {
this._positions = []
this._durations = [3]
this._currentIndex = 0
this._timer = undefined
}
Write
Preview
Loading…
Cancel
Save