Войти
  • 9910Просмотров
  • 5 лет назадОпубликованоfinarec.com

The Spinning Globe. How to create in Adobe After Effects.

This video shows how to create a spinning globe animation in Adobe After Effects. You can watch how the spinning globe was implemented in the logo of the Democratic Labor Party: You can save time and buy the template on eBay: Loop Expression: pingPong = false; try{ timeStart = (1).time; duration = ( ).time - timeStart; quant = ((time - timeStart) / duration); if (quant //// HERE SHOULD BE "LESS THAN" SIGN WICH IS NOT ALLOWED TO BE TYPED IN //// 0) quant = 0 if (quant % 2 == 1 && pingPong == true){ t = 2 * timeStart + (quant+1) * duration - time; } else { t = time-quant*duration; } } catch(e) { t = time; } (t);