From 639d1206441bc0a4edd7a794e5a0aac4aaaa6429 Mon Sep 17 00:00:00 2001 From: Adam Modzelewski Date: Thu, 25 Aug 2016 12:31:12 +0200 Subject: [PATCH] Update Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da1e904..dfaa69e 100644 --- a/README.md +++ b/README.md @@ -95,13 +95,13 @@ timeline.start() ``` ![Timeline with an overlap](https://trxy.github.io/TRX/docs/timeline_overlap.png) -Squeeze and stretch tweens or timelines +### Squeeze and stretch tweens or timelines ```swift let tween = Tween(from: 0, to: 1, time: 0.5) { print($0) } tween.scale = 2 // duration: 1s -timeline.duration = 2.0 // scale: 4 +tween.duration = 2.0 // scale: 4 ``` ## UIView integration