Questions tagged [famo.us]

Famo.us is a JavaScript rendering and physics engine for creating web applications with high-performance 3D user interfaces.

Famo.us features a rendering engine that avoids slow DOM-layout and repaint calculations. Instead, it leverages the GPU using CSS3 transform.

Famo.us provides a JavaScript framework designed to build rich, interactive web applications. Famo.us takes an opinionated approach to web development, maintaining a tight control of rendering to achieve performance. The framework also maintains strict modularity for flexibility. Paired with server-side technology designed to match Famo.us on the front end, you can finally create high quality applications that were once reserved only for native development.

For more information see project website Famous.org

The prior version (v.0.3.5) site can be found at deprecated.famous.org

478 questions
1
vote
2 answers

How do you blur an image using the famous framework?

How do I blur an image in famous? A CSS equivalent of -webkit-filter: blur(5px);. Bonus points for an example of how to do it within the famous/angular combination. I was hoping for something like:
sday
  • 1,041
  • 14
  • 22
1
vote
1 answer

In famous-angular, is there access to scrollview.sync.on(event)?

Right now I have a scrollview with fa-pipe-from from the surfaces in it and that works fine, and I've tried a few ways to listen in on the events from the scrollview. One way was to add a fa-pipe-to to the scrollview
jamwise
  • 165
  • 1
  • 1
  • 10
1
vote
2 answers

Famo.us - Is a Gridlayout always a Gridlayout?

I am trying to ‘look’ at my screen in a grid format so I can lay out content based on that grid. This isn’t strictly a gridlayout like having loads of photos or items evenly split across a screen, but understanding more the sizes and locations I…
Pandafinity
  • 713
  • 2
  • 7
  • 19
1
vote
1 answer

Famo.us: get the new position of a draggable Surface

After using drag and drop on a surface I want to get the exact new position of this Surface. How can I do that?
user2988098
  • 81
  • 1
  • 6
1
vote
1 answer

how can one use css properties like border-radius with transitionables

I've gone through all of the documentation, guides and famo.us university. I get all the concepts, but it seems that famo.us only allows use of transitionables on a small subset of properties of a renderable. Is there something I'm missing, or is…
jamwise
  • 165
  • 1
  • 1
  • 10
1
vote
0 answers

Trying to make a dynamic scrollable tree with famo.us and user generated content

I am pretty new to Famou.us, so please be gentle if this is a dumb question: I am struggling to choose the right Famous constructs to create a scrollable "page" within an app that is in effect a tree made up of multiple child-nodes that includes…
aginsburg
  • 1,223
  • 1
  • 12
  • 22
1
vote
1 answer

Famo.us: Slideshow tutorial with the Picasa API is out of date

I've been working on the famo.us Slideshow tutorial and realised that the API is no longer working. Any ideas how can I still make this to work without the Picasa API?
Rod
  • 90
  • 8
1
vote
1 answer

Listen to famous-angular scroll view

Is there a way to listen to a famous-angular's fa-scroll-view for scroll events on touch devices? For example, right out of the famous-angular docs: