- ingame/champion/champion.lua:2557 --
zo_deltaNormalizedLerp(self.sensitivityFactor, targetSensitivity, ZO_CHAMPION_SENSITIVITY_APPROACH)
- ingame/lockpick/lockpick.lua:233 --
zo_deltaNormalizedLerp(spring.interpolatedChamberProgress, spring.totalProgress, APPROACH_AMOUNT_PER_NORMALIZED_FRAME)
- ingame/map/mappin.lua:3005 --
zo_deltaNormalizedLerp(control:GetScale(), self.targetScale * self.scaleModifier, 0.17)
- ingame/map/worldmap.lua:1543 --
zo_deltaNormalizedLerp(self.currentNormalizedZoom, self.targetNormalizedZoom, ZO_MapPanAndZoom.LERP_FACTOR)
- ingame/map/worldmap.lua:1578 --
zo_deltaNormalizedLerp(offsetX, self.targetOffsetX, amount)
- ingame/map/worldmap.lua:1587 --
zo_deltaNormalizedLerp(offsetY, self.targetOffsetY, amount)
- internalingame/tribute/gamepad/tribute_gamepad.lua:85 --
zo_deltaNormalizedLerp(self.frictionInterpolationFactor, targetFriction, ZO_TRIBUTE_GAMEPAD_CURSOR_FRICTION_INTERPOLATION_RATE)
- libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:360 --
zo_deltaNormalizedLerp(self.lastPrimaryControlOffsetX, targetOffsetX, .2)
- libraries/zo_lerpinterpolator/zo_lerpinterpolator.lua:89 --
zo_deltaNormalizedLerp(self.currentValue, targetFinal, self.approachFactor)
- libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:926 --
zo_deltaNormalizedLerp(self.lastContinousTargetOffset, continousTargetOffset, SELECTION_LERP_RATE)
- libraries/zo_templates/windowtemplates.lua:429 --
zo_deltaNormalizedLerp(control:GetScale(), target, .2)