Minor changes

This commit is contained in:
Eduard Urbach 2017-07-03 21:55:37 +02:00
parent 7262f4db7b
commit e0d2ddfff0

View File

@ -88,7 +88,7 @@ export function diff(arn: AnimeNotifier, element: HTMLElement) {
const steps = 60
const interval = duration / steps
const fullSin = Math.PI / 2
const contentPadding = 25
const contentPadding = 24
let target = element
let scrollHandle: number