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 = () => (
47
47
</ SMScene >
48
48
< SMScene duration = { 600 } pin = { true } >
49
49
< div >
50
- < Stateless > Stateless Component wrapped</ Stateless >
50
+ < Stateless > Stateless Component wrapped</ Stateless >
51
51
</ div >
52
52
</ SMScene >
53
53
< SMScene duration = { 600 } pin = "#statelessFragment" triggerElement = "#statelessFragment" >
Original file line number Diff line number Diff line change
1
+ // @flow
1
2
import { default as React } from 'react' ;
2
3
import { default as ScrollMagic } from 'scrollmagic' ;
3
4
Original file line number Diff line number Diff line change
1
+ // @flow
1
2
import { default as React , Fragment } from 'react' ;
2
3
import { default as ScrollMagic } from 'scrollmagic' ;
3
4
import { TimelineMax as Timeline , TweenMax as Tween } from 'gsap/TweenMax' ;
You can’t perform that action at this time.
0 commit comments