op1=Table[Graphics3D[{Cylinder[{{0,0,1},{0,0,2}},0.03],Opacity[0.3],GeometricTransformation[suell2[[5,1]],RotationMatrix[180Degree,{1,0,0}]]}],{i,0,1,0.1}];op2=Table[Graphics3D[{Opacity[i],GeometricTransformation[suell2[[1,1]],RotationMatrix[180Degree,{1,0,0}]]}],{i,1,0,-0.1}];ListAnimate[Show[#]&/@Transpose[{op1,op2}]]