Skip to content

Instantly share code, notes, and snippets.

View altti0's full-sized avatar

H.S. Kong altti0

View GitHub Profile
@altti0
altti0 / scrollComp.coffee
Created March 31, 2017 00:53 — forked from sollmo/scrollComp.coffee
example Scroll Component
background = new BackgroundLayer
backgroundColor: '#333'
scroll = new ScrollComponent (width:300, height:300, borderRadius: 6, backgroundColor:'#111')
scroll.center()
for i in [0..5]
layer = new Layer
parent: scroll.content
width: scroll.width - 40
bg = new BackgroundLayer
backgroundColor: "#ccc"
radius = 100
stroke = 10
viewBox = (radius * 2) + stroke
#prototyp에서 layer.pathLength가 왠지 안먹히길래.. 안변하는거라 하나 맨들어둠.
pl = 2 * Math.PI * radius