Skip to content

Missing Plugin 'animation.gsap'. Please make sure to include plugins/animation.gsap.js #8

Description

@Mainbird

Hi, I am using gsap 2.1.3, scrollmagic 2.0.7 and your plugin: scrollmagic-plugin-gsap 1.0.4, but I still get the following error:

(ScrollMagic.Scene) -> ERROR calling setTween() due to missing Plugin 'animation.gsap'. Please make sure to include plugins/animation.gsap.js

if I take a look at the browser dev tools console. My example file looks like this:

import * as ScrollMagic from 'scrollmagic';
import {TweenMax, TimelineMax} from 'gsap';
import {ScrollMagicPluginGsap} from 'scrollmagic-plugin-gsap';

export default () => {
    const d = document;
    ScrollMagicPluginGsap(ScrollMagic, TweenMax, TimelineMax);

    d.addEventListener('DOMContentLoaded', () => {
        // ...
    });
};

Should I import the plugin animation.gsap from scrollmagic, too or did I miss something?

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