Skip to content

Commit

Permalink
feat(Lensflare): move easing functions to /src/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Sep 5, 2023
1 parent d816e8e commit f443bbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/abstractions/lensflare/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import { linear, easeInCubic, easeInOutCubic, easeInQuart, easeOutBounce } from '../../../utils/easing'
File renamed without changes.

0 comments on commit f443bbc

Please sign in to comment.