Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll does not work #5

Open
dudafreitasrj opened this issue Jun 2, 2016 · 2 comments
Open

Scroll does not work #5

dudafreitasrj opened this issue Jun 2, 2016 · 2 comments

Comments

@dudafreitasrj
Copy link

Good afternoon!

My list despite being displayed correctly, it is not scrolling correctly.

An example follows:

https://plnkr.co/edit/8nHU9WsoPbsH5Sp6GP7X?p=preview

Thank you for your help

@evolvingfunctions
Copy link

In your example, scroll will work when getSize returns any value equal less than 0.4.

    getSize(item, index){
      return 0.4;
    }

@sstorie
Copy link

sstorie commented Jun 15, 2016

Sorry if this is obvious, but if the size is specified in pixels, where did this 0.4 value come from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants