Jump to content
Search Community

Gennadiy Karachentsev

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Gennadiy Karachentsev

  1. Hi all!

    I want to make animation as here http://css-tricks.co...ples/Circulate/, the bottom of the page, the flying balls.

    But nothing happens. Tried Bezierplugin saddled with, but in the end there is a sharp transition is not smooth.

     

    Maybe someone knows how to do, tell me please.

    Here's an example of my code

     

    var maxx = new TimelineMax({repeat:-1,delay:1});
    maxx.to($('.b-circul1'), 1, {css:{x:400,y:20,scale:0.5},ease:Linear.easeNone});
    maxx.to($('.b-circul1'), 1, {css:{x:800,y:0,scale:1},ease:Linear.easeNone});
    maxx.to($('.b-circul1'), 1, {css:{x:400,y:-20,scale:1.5},ease:Linear.easeNone});
    maxx.to($('.b-circul1'), 1, {css:{x:0,y:0,scale:1},ease:Linear.easeNone});
    

×
×
  • Create New...