Skip to content

feat: export interpol & timeline factory function shortcut#212

Draft
willybrauner wants to merge 1 commit intomainfrom
feat/factory-function
Draft

feat: export interpol & timeline factory function shortcut#212
willybrauner wants to merge 1 commit intomainfrom
feat/factory-function

Conversation

@willybrauner
Copy link
Copy Markdown
Owner

Export interpol & timeline factory function, wrapper of class instance.

before:

const itp = new Interpol({
  // ...
})

after:

const itp = interpol({
  // ...
})

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 22, 2026

⚠️ No Changeset found

Latest commit: 7ad8c42

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@willybrauner
Copy link
Copy Markdown
Owner Author

willybrauner commented Feb 22, 2026

size-limit report 📦

Path Size
@wbe/interpol 3.42 KB (+0.46% 🔺)

@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci Bot commented Feb 22, 2026

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 7ad8c42:

Sandbox Source
interpol-basic Configuration
interpol-keyframes Configuration
interpol-bokeh Configuration
interpol-colors Configuration
interpol-easing Configuration
interpol-gl-property Configuration
interpol-graph Configuration
interpol-gsap-benchmark Configuration
interpol-offsets Configuration
interpol-particles Configuration
timeline-basic Configuration
timeline-visual Configuration

@willybrauner willybrauner marked this pull request as draft March 3, 2026 13:53
@willybrauner willybrauner marked this pull request as draft March 3, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant