fview-flex icon indicating copy to clipboard operation
fview-flex copied to clipboard

Nothing being displayed when options set

Open jordangarside opened this issue 10 years ago • 1 comments

If I don't specify any options I can see everything that should be displayed in my FlexScroll (although it's not scrollable), but if I set the options to what they are in the demo, then nothing is displayed by the FlexScroll.

I'm wondering why the ContainerSurface has to have perspective=500 overflow="hidden" (nothing shows up in my FlexScroll with or without this on the container). I think the fact I have a few ContainerSurfaces containing my FlexScroll's Container may be the reason nothing is showing up.

I can try to be more specific is this isn't making any sense.

jordangarside avatar Feb 08 '15 02:02 jordangarside

Hey, can you copy and paste the exact options causing the problem?

IjzerenHein actually just mentioned to me that the overflow="hidden" is not required and can actually cause a few issues (none of the one's your experiencing though :)). The perspective=500 makes the WheelLayout look a lot better! But is not required for anything else (since they're all 2D currently). If you don't need WheelLayout you can leave it out completely.

Make sure if you're using famono that you don't forget to include/require the famo.us CSS (as per bottom of the QuickStart page)... it can cause problems like these and actually I wasted an hour on that when doing the famono support :)

gadicc avatar Feb 08 '15 10:02 gadicc