File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
example/src/components/ScrollMagicExamples Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const Components = () => (
4747 </ SMScene >
4848 < SMScene duration = { 600 } pin = { true } >
4949 < div >
50- < Stateless > Stateless Component wrapped</ Stateless >
50+ < Stateless > Stateless Component wrapped</ Stateless >
5151 </ div >
5252 </ SMScene >
5353 < SMScene duration = { 600 } pin = "#statelessFragment" triggerElement = "#statelessFragment" >
Original file line number Diff line number Diff line change 1+ // @flow
12import { default as React } from 'react' ;
23import { default as ScrollMagic } from 'scrollmagic' ;
34
Original file line number Diff line number Diff line change 1+ // @flow
12import { default as React , Fragment } from 'react' ;
23import { default as ScrollMagic } from 'scrollmagic' ;
34import { TimelineMax as Timeline , TweenMax as Tween } from 'gsap/TweenMax' ;
You can’t perform that action at this time.
0 commit comments