()
| 809 | } |
| 810 | |
| 811 | function needTween(): boolean { |
| 812 | if (lastTweenId) return true; |
| 813 | logEntry("info", "add a tween first"); |
| 814 | return false; |
| 815 | } |
| 816 | |
| 817 | function buildSetGsapTweenSection(): HTMLDivElement { |
| 818 | const newDur = mkNumInput("new dur", "1.5"); |
no test coverage detected