|
@@ -241,8 +241,8 @@ class ViewerInner extends Component {
|
|
|
this.frame > this.loadedCount &&
|
|
|
!this.notLoadedTween.isActive
|
|
|
) {
|
|
|
- // this.props.debug && console.warn("not load flash");
|
|
|
- console.warn("not load flash");
|
|
|
+ this.props.debug &&
|
|
|
+ console.warn(this.props.path, "fast forward");
|
|
|
this.enterShowElements();
|
|
|
this.notLoadedTween = gsap.to(this.processBarRef.current, {
|
|
|
backgroundColor: "#8888a0",
|