Skip to content

Nextjs module not found: Can't resolve 'the-supersonic-plugin-for-scroll-based-animation' #4

Open
@aboutjquery

Description

@aboutjquery

Hello, this plugin is great, but I have a problem and can't import the plugin
I'm using nextjs, below is the code

import {
 TheSupersonicPlugin,
} from 'the-supersonic-plugin-for-scroll-based-animation';
 new TheSupersonicPlugin([
 {
 start: '.start',
 end: '.end',
 elements: ['.animatable-element'],
 },
 ]);

What is the reason? I have installed the plug-in correctly.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions