Add drop shadow system with animated lift/drop during drag
DropShadowFilter applied to all ImageSprites for photos-on-a-desk feel. SelectionManager now handles object dragging with shadow lift/drop and spring-animated scale (1.0 <-> 1.03). Replaced incompatible @pixi/filter-drop-shadow v5 with pixi-filters v6 for PixiJS v8 compatibility.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pixi/filter-drop-shadow": "^5.2.0",
|
||||
"axios": "^1.7.9",
|
||||
"pixi-filters": "^6.1.5",
|
||||
"pixi-viewport": "^6.0.3",
|
||||
"pixi.js": "^8.17.0",
|
||||
"react": "^18.3.1",
|
||||
|
||||
Reference in New Issue
Block a user