Jump to content
Search Community

MagicMaciej

Premium
  • Posts

    9
  • Joined

  • Last visited

Community Answers

  1. MagicMaciej's post in Fade in element at start and fade out at end problem was marked as the answer   
    I fixed it with:
    .fromTo("#mapcirc1", 1, { opacity:0}, { opacity:1 },0)
     .fromTo("#mapcirc1", 5, { scale: 0}, { scale: 1 }, '<')
    .fromTo("#mapcirc1", 1, { opacity:1}, { opacity:0 },'>-=1') 
     
    Made new topic too fast!
×
×
  • Create New...