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
0
votes
2 answers

How to use slider component in famo.us?

My application needs draggable slider having range changing on button drag(like jqueryui range slider). In famous.js if we check, slider component is defined but in documentation the use is not described. Anyone tell how to use it?
0
votes
1 answer

Trouble in showing Surfaces in Grid using famo.us and meteor

I am trying to show some surfaces in Grid using Meteor and Famo.us without any success. After I run the project locally, the browser shows a blank screen. For reference, I am looking at this example:…
Deep Arora
  • 1,900
  • 2
  • 24
  • 40
0
votes
1 answer

How do I update my template so the progress bar shows where the video is during playback?

Gemini Plasma.js var Transform = famous.core.Transform; Template.geminiPlasma.rendered = function() { var plasmaFView = FView.byId('gemini-plasma'); var steelFabVideoControlsSurface =…
Joe C
  • 1,685
  • 2
  • 16
  • 26
0
votes
1 answer

Famo.us Js - Animate Body (Particle) to Position

I have a Circle (which I'll refer to as Particle throughout the question) with a Modifier then a Surface added to it that pipes events to a Generic Sync (Touch/Click). The sync events allow me to change the position of the Particle on start, update…
Eric T
  • 944
  • 1
  • 11
  • 26
0
votes
1 answer

Famo.us `true` sizing and passing size up the render tree?

I don't think I understand what it means to size a famo.us node with a true size. In this example, I'm just trying to center a View with a fixed size. But I eventually want these BlueView's to calculate their size based on their content, and have…
nicholas
  • 14,184
  • 22
  • 82
  • 138
0
votes
1 answer

Famo.us + Angular.js - filter list

I am playing with Famo.us and Angular and I have a question regarding filtering. I have this: //LIST THAT I WOULD LIKE TO FILTER
0
votes
1 answer

How to create an Openlayers Map with Famo.us in Meteor

I want to have an Openlayers Map in Meteor with Famo.us. How would I do that? So far I have taken a look at IjzerenHein/famous-map but it doesn't provide Openlayers support which I need because of the rotation functionality. With Famo.us, rotation…
user3819370
  • 513
  • 1
  • 6
  • 15
0
votes
1 answer

Triggering repaint for famous-view in Meteor Cordova on keyboard show event

I'm using MeteorFamousViews to render a simple header/body/footer layout: