Войти
  • 38758Просмотров
  • 1 год назадОпубликованоolly

How to create dynamic grids in After Effects

Get $50 off Motion Array’s Annual Plan here: Get the project file + extra cool stuff here: Subscribe to the channel and drop a comment with any motion design topics you'd like to see covered next. Plus, stay tuned for occasional updates on my Instagram and TikTok—because once in a blue moon, I do post something there! Instagram: / oliviero_s TikTok: / oliviero_s Expression to Center between guides: For x position: null1X = ("NULL X1"). ; null2X = ("NULL X2"). ; (null1X + null2X) / 2; For Y position: null1Y = ("NULL Y1"). ; null2Y = ("NULL Y2"). ; (null1Y + null2Y) / 2; Expression for Power Pin effect: var x = ("NULL X1"). ; var y = ("NULL Y1"). ; [x, y]