Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Nov 27, 2016
1 parent a233ccf commit 8cc54e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ class ViewController: UIViewController {
else { return }

let svgView = document.svg.view
let animator = Animator()
if let layer = svgView.layer.sublayers?.first as? CAShapeLayer {
animator.animate(layer: layer)
}

self.view.addSubview(svgView)
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ let view = document.svg.view

### Animation

- The cool thing about CALayer is that most of its properties are animatable
- The cool thing about `CALayer` is that most of its properties are animatable

```swift
let layer = PathShape().layer
Expand Down

0 comments on commit 8cc54e1

Please sign in to comment.