Skip to content

Commit

Permalink
Adding support for backgroundPositionX/Y default value types
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Mar 12, 2024
1 parent c223863 commit 4e86f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/framer-motion/src/render/dom/value-types/number.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ export const numberValueTypes: ValueTypeMap = {

// Misc
zIndex: int,
backgroundPositionX: px,
backgroundPositionY: px,

// SVG
fillOpacity: alpha,
Expand Down

0 comments on commit 4e86f8d

Please sign in to comment.