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

How to return dragged fa-surface back to its origin using famo/angular?

Im using fa-draggable directive which works:
Matúš Bartko
  • 2,425
  • 2
  • 30
  • 42
3
votes
2 answers

Ionic framework vs Famo.us

What is the difference between Ionic Framework vs Famo.us Framework. It is possible to use both framework in one project . Which One support smooth render graphic on mobile devices ? Both framework support AngularJs?
virender
  • 4,539
  • 5
  • 27
  • 31
3
votes
1 answer

Embedding famo.us in existing DOM

Is there a way to create a famo.us container in an existing DOM structure? What I mean is to create a famo.us context, and the resulting .famous-container (?), and append it to an existing element.
nicholas
  • 14,184
  • 22
  • 82
  • 138
3
votes
1 answer

Bad scroll performance — Famo.us/Angular scrollview

I'm experiencing bad scroll performance on mobile devices with Famo.us scrollview. I'm using Famo.us/Angular. Here's the code used:
John
  • 1,178
  • 5
  • 20
  • 36
3
votes
1 answer

Need help pls: Meteor and Famous integration and creation of forms

I am currently using Meteor 0.9.2.2. I am trying to better understand how to build a form in Meteor + Famous without having to put each form element into a Famous surface. I am using the "gadicohen:famous-views 0.1.7" and "mjnetworks:famous 0.2.2…
aginsburg
  • 1,223
  • 1
  • 12
  • 22
3
votes
1 answer

Famo.us GenericSync blocked by 'mousedown' event

I noticed some weird behaviour on the GenericSync class in Famo.us. If you add "mousedown" event on a surface it just blocks GenericSync on the Engine. Just comment out the last line in the Fiddle to see the…
3
votes
2 answers

Famo.us - Balls bouncing each other

I'm new to the 'Physics Engine world'. I decided to use Famo.us for experimenting and trying to learn how to use the Physics Engine. How do you make balls bounce when hitting each other? I managed to add the balls and create the walls. The balls…
3
votes
3 answers

How can I use the famo.us CDN links in a meteor application?

With the release of famo.us, it has all the libraries as CDN hosted libs. How can I use these from within a meteor app? I get a lot of problems with the "define" in the famo.us code... What I've done is create a new meteor app, and then from the…
Keith Nicholas
  • 43,549
  • 15
  • 93
  • 156
3
votes
4 answers

Famo.us ScrollView scroll like in a chat

I have ScrollView and sequence of Surface elements in it. I want to be able to scroll to the latest element as soon as it appears in the array. Here is a demo, I want it to be scrolled just like in any chat application... old surfaces go beyond the…
Iurii Tkachenko
  • 3,106
  • 29
  • 34
3
votes
6 answers

How can I share working Famo.us code snippets with others on SO?

AFAIK, no sites like jsfiddle or codepen currently support Famo.us. Are there other methods for sharing working code examples of Famo.us that are permanent enough to warrant using on Stack Overflow?
aelr
  • 375
  • 1
  • 7
3
votes
1 answer

how to add scrollbars on a famo.us scrollview?

related to this question about scrollview i was interested in the opposite - how to control scroll from code and add scrollbars. Just wondering if famo.us had any preset method to do this or if we have to hand-code everything. current scrollviews…
dcsan
  • 11,333
  • 15
  • 77
  • 118
3
votes
2 answers

how to add parallax to a Scrollview?

I want to use famo.us standard Scrollview but have a background image which is scrolling at a different speed to give a parallax effect. Rather than setting up timers and getPosition stuff, i was wondering if there's a way to hook into an event…
dcsan
  • 11,333
  • 15
  • 77
  • 118
3
votes
2 answers

Properties with famo.us

When creating an InputSurface, I am unable to get various properties to work, such as autofocus or maxLength. this.email = new InputSurface({ classes: ['login-form'], content: '', size: [300, 40], …
sday
  • 1,041
  • 14
  • 22
3
votes
2 answers

Famous: Swipe items within a Scrollview

I'm looking to implement similar functionality to Mailbox (http://www.mailboxapp.com/) where you can swipe an individual item within a list in order to action it, using Famous (http://famo.us). I tried to add the 'Draggable' modifier to each list…
Peter Watts
  • 720
  • 4
  • 16
3
votes
1 answer

Famo.us Scrollview height

I am trying to add a image below a scrollview using the famous sequentialLayout and im having a problem with the scrollview's height. This is how i create my scrollview. var scrollview = new Scrollview({ direction: Utility.Direction.X, …
nytrm
  • 509
  • 1
  • 5
  • 15
1
2
3
31 32