Skip to content

Commit

Permalink
feat: add view() for scroll animations
Browse files Browse the repository at this point in the history
  • Loading branch information
idoros committed Dec 30, 2023
1 parent 978e3a8 commit bb37b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/native-reserved-lists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export const nativeFunctionsDic: Record<string, { preserveQuotes: boolean }> = {
scaleY: { preserveQuotes: false },
scaleZ: { preserveQuotes: false },
scroll: { preserveQuotes: false },
view: { preserveQuotes: true },
sepia: { preserveQuotes: false },
skew: { preserveQuotes: false },
skewX: { preserveQuotes: false },
Expand Down

0 comments on commit bb37b6b

Please sign in to comment.