Mbonea commited on
Commit
43b5806
1 Parent(s): 9c8fc60

removed the glitch

Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx CHANGED
@@ -48,22 +48,22 @@ export default function ImageStream() {
48
  );
49
  }
50
 
51
- const Images = ({entry,index}) => {
52
  const plugins = [MotionPathPlugin];
53
  const gsapTimeline = () => {
54
  let tlContainer = gsap.timeline();
55
- tlContainer.fromTo(
56
- '#gaussianBlur',
57
- {
58
- attr: {stdDeviation: `250,0`},
59
- },
60
- {
61
- attr: {stdDeviation: `0,0`},
62
 
63
- duration: 1 / 2,
64
- },
65
- 0
66
- );
67
  tlContainer.to('#imagex', {
68
  duration: 2, // Total duration for one loop
69
  ease: 'power1.inOut',
 
48
  );
49
  }
50
 
51
+ const Images = ({entry, index}) => {
52
  const plugins = [MotionPathPlugin];
53
  const gsapTimeline = () => {
54
  let tlContainer = gsap.timeline();
55
+ // tlContainer.fromTo(
56
+ // '#gaussianBlur',
57
+ // {
58
+ // attr: {stdDeviation: `250,0`},
59
+ // },
60
+ // {
61
+ // attr: {stdDeviation: `0,0`},
62
 
63
+ // duration: 1 / 2,
64
+ // },
65
+ // 0
66
+ // );
67
  tlContainer.to('#imagex', {
68
  duration: 2, // Total duration for one loop
69
  ease: 'power1.inOut',