Skip to content

Commit 340816a

Browse files
committed
add comment
1 parent fb134af commit 340816a

File tree

1 file changed

+1
-0
lines changed
  • packages/next/src/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator

1 file changed

+1
-0
lines changed

packages/next/src/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/draggable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export function useDrag(options: UseDragOptions) {
156156
}
157157
}
158158

159+
// Generated from https://www.easing.dev/spring
159160
el.style.transition = 'translate 491.22ms var(--timing-bounce)'
160161
el.addEventListener('transitionend', listener)
161162
set(corner.translation)

0 commit comments

Comments
 (0)