Layer behavior #86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Layer element should provide endless scrolling behavior by repeating its elements (It should behave like the ImageLayer element)
interesting... what is the use case??
Scroll the Layer including it's children items infinitely, like ImageLayer does. We currently have a ScrollBehavior that works on a Layer and properly scrolls it's children, but it doesn't repeat.
OK, but for what kind of game? Like the parallax_layers example? (transform the planet big images in simple objects)
exactly like that, it scrolls nicely now, but not infinitely.
On Wednesday, November 5, 2014, Rodrigo Oliveira notifications@github.com
wrote:
pretty cool! +1 for this :D
I think we should be able to copy the offset logic from ImageLayer.
Rodrigo, want to take a swing at it?
uhm, maybe... I still needing to finish that other branch (shame on me!)
It would be great, I think infinite scrolling of Layer would rock!