Jump to content
Search Community

kelvinxD21

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by kelvinxD21

  1. the 3 variables are 3 letters that must move different space in x depending on the width of the screen
  2. Hello, I have an animation of many cycles in which I would like to be able to move one of the variables of one of the cycles depending on a conditional. It can? I want to update the variables one, two and three animation.to(".C",.5,{x:one}) .to(".O",.5,{opacity:0}) .from(".create-r",.5,{y:100,opacity:0}) .from(".create-e",.5,{y:100,opacity:0}) .from(".create-a",.5,{y:100,opacity:0}) .from(".create-t",.5,{y:100,opacity:0}) .from(".create-e2",.5,{y:100,opacity:0}) .to(".create",.5,{opacity:0,opacity:0}) .to(".empo-e",.5,{x:two}) .from(".empowere-M",.5,{y:100,opacity:0}) .from(".empowere-P",.5,{y:100,opacity:0}) .from(".empowere-O",.5,{y:100,opacity:0}) .from(".empowere-W",.5,{y:100,opacity:0}) .from(".empowere-E",.5,{y:100,opacity:0}) .from(".empowere-R",.5,{y:100,opacity:0}) .from(".empowere-E2",.5,{y:100}) .to(".empo",.5,{opacity:0}) .to(".empowere-M",.5,{x:three,}) .from(".move-O",.5,{y:100,opacity:0}) .from(".move-V",.5,{y:100,opacity:0}) .from(".move-E",.5,{y:100,opacity:0}) .to(".move",.5,{opacity:0}) .from(".connect-c3",.5,{y:100,opacity:0}) .from(".connect-o2",.5,{y:100,opacity:0}) .from(".connect-n3",.5,{y:100,opacity:0,}) .from(".connect-n4",.5,{y:100,opacity:0}) .from(".connect-e2",.5,{y:100,opacity:0}) .from(".connect-c4",.5,{y:100,opacity:0}) .from(".connect-t2",.5,{y:100,opacity:0}) .to(".connect",.5,{opacity:0})
×
×
  • Create New...