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 {
return (
<View style={styles.root}>
{/*
<Banner
time={time}
width={viewportW}
height={viewportH - introH - imgH - transitionH}
/>
*/}
<Intro
time={time}
fps={frames/time}
width={viewportW}
height={introH}
/>
{/*
<Vignette
time={time}
width={imgW}
......@@ -79,8 +76,6 @@ class AdvancedEffects extends React.Component {
pauseDuration={0.5}
transitionDuration={1.5}
/>
*/}
</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