Roytangrb / mapping-the-routes

Trafficked to Extinction
https://roytangrb.github.io/mapping-the-routes/
0 stars 4 forks source link

Map tween state not matching absolute position #9

Closed Roytangrb closed 4 years ago

Roytangrb commented 4 years ago
Roytangrb commented 4 years ago

Cause of the Problem

Solution

.on('leave', () => {
  var targets = [$('#arrows'), $('#melaka-label'), $('#caption01')]
  TweenMax.killTweensOf(targets)
  TweenMax.to(targets, 0.5, hidden_opt)
})