When a new job prop arrives after approve/reject, the watch cleared the exit-transform inline style while the spring transition was still active, causing the card to animate from offscreen back to center before the new card rendered. Fix: set transition:none before clearing the style, then restore it on the next rAF — browser paints the new position first. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| uno.config.ts | ||
| vite.config.ts | ||