Searched refs:DRAG_SPRING (Results 1 – 2 of 2) sorted by relevance
51 const DRAG_SPRING = curves.interpolatingSpring(0, 1, 400, 38); // Drag to move and fill curves893 curve: this.gridComState ? DRAG_SPRING : COMMON_BEZIER950 curve: this.gridComState ? DRAG_SPRING : COMMON_BEZIER1151 …curve: this.clickRemoveBtn ? DRAG_SPRING : index === this.unSelectedIndex ? REMOVE_ADD_SPRING : DR…1217 …curve: this.isStartDrag ? DRAG_SPRING : index === this.selectedIndex ? REMOVE_ADD_SPRING : DRAG_SP…
58 const DRAG_SPRING = curves.interpolatingSpring(0, 1, 400, 38); constant1468 curve: this.gridComState ? DRAG_SPRING : COMMON_BEZIER1483 curve: this.gridComState ? DRAG_SPRING : COMMON_BEZIER1667 …curve: this.clickRemoveBtn ? DRAG_SPRING : y3 === this.unSelectedIndex ? REMOVE_ADD_SPRING : DRAG_…1893 …curve: this.isStartDrag ? DRAG_SPRING : x1 === this.selectedIndex ? REMOVE_ADD_SPRING : DRAG_SPRIN…