Commit 06f68f66 authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

remove comment in advancedeffects

parent 5ca33329
...@@ -50,20 +50,17 @@ class AdvancedEffects extends React.Component { ...@@ -50,20 +50,17 @@ class AdvancedEffects extends React.Component {
return ( return (
<View style={styles.root}> <View style={styles.root}>
{/*
<Banner <Banner
time={time} time={time}
width={viewportW} width={viewportW}
height={viewportH - introH - imgH - transitionH} height={viewportH - introH - imgH - transitionH}
/> />
*/}
<Intro <Intro
time={time} time={time}
fps={frames/time} fps={frames/time}
width={viewportW} width={viewportW}
height={introH} height={introH}
/> />
{/*
<Vignette <Vignette
time={time} time={time}
width={imgW} width={imgW}
...@@ -79,8 +76,6 @@ class AdvancedEffects extends React.Component { ...@@ -79,8 +76,6 @@ class AdvancedEffects extends React.Component {
pauseDuration={0.5} pauseDuration={0.5}
transitionDuration={1.5} transitionDuration={1.5}
/> />
*/}
</View> </View>
); );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment