Questions tagged [famous-angular]

AngularJs bindings for Famo.us

A library that provides bindings for .

40 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

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
1
vote
0 answers

famo.us : What is the difference between a View and a ContainerSurface?

What is the difference between a View and a Container Surface? Both serve to encapsulate other nodes. What is the difference between them ? In which case should I use one or the other ?
Offirmo
  • 18,962
  • 12
  • 76
  • 97
1
vote
2 answers

How can you alter the classList of an element in Famo.us + Angular?

I'm using Famo.us + Angular. I'm able to retrieve the classList of a Surface by doing this: $scope.findElement = function() { var elem = $famous.find("#colored-bg")[0].renderNode; // Returns Surface console.log(elem.classList); // RETURNS:…
Dave Voyles
  • 4,495
  • 7
  • 33
  • 44
1
vote
0 answers

Nested ng-repeats inside a fa-scroll-view

Currently I have an ng-repeat nested inside another ng-repeat. The first groups items by the section, while the second lays out the individual items within their groups. Using Famous Angular's fa-scroll-view seems to work for the first ng-repeat if…
1
vote
1 answer

Clicking on Famo.us surfaces in deep Z space

Surfaces created with Famo.us/Angular and translated to a negative Z position don't receive ng-click events in Chrome. This seems to be a known WebKit bug and is not a problem in Firefox; see an example in the below Plunker. Now I would like to…
Bjorn Thor Jonsson
  • 827
  • 1
  • 10
  • 21
1
vote
1 answer

Exclude input events in famous-angular from general Event

I'm writing a mobile app with famous/angular. A swipe to the right in any view reveals the menu. For this I have set up the following event handling: var MouseSync = $famous["famous/inputs/MouseSync"]; var TouchSync =…
burtelli
  • 153
  • 9
1
vote
1 answer

What does rootmodifers do in famo.us?

I am new to Famo.us, can anybody explain me what does rootmodifers do in famo.us, here is its example function SlideshowView () { Views.apply(this, arguments); this.rootModifier = new StateModifier({ size:this.options.size }); …
mfq
  • 1,357
  • 13
  • 21
1
vote
1 answer

Famo.us/Angular Sticky Background Position ScrollView Sync

I'm trying to create functionality very similar to most websites these days. The concept is 3 sections the size of the browser, the background images are supposed to be fixed positioned and revealed by the div scrolling up and down. We need this to…
1
vote
1 answer

Make famo.us / Angular scrollview with many elements per line

I have a beehive with many tiles and each tile is positioned by modifier as below : My code looks like this :
Geoffrey Lalloué
  • 1,456
  • 1
  • 20
  • 43
1
vote
1 answer

White page with Famo.us/Angular starter kit on Cordova app

I'm trying to do Famo.us/Angular app and create Android app with Cordova. I'm using starter kit (http://famo.us/integrations/angular/#/download) and made just some minor changes to build with grunt: To build app, i do next commands : - bower…
Geoffrey Lalloué
  • 1,456
  • 1
  • 20
  • 43
1
vote
2 answers

Scroll-view not scrolling with surface fa-size [undefined,true]

I have a scroll-view has one fa-surface that contains the html for my page. The height for this `fa-surface' is dynamic since it can be larger or smaller depending on the width of the page. I have set the fa-modifier size to fa-size=[undefined,…
bennewton999
  • 61
  • 2
  • 7
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
2 3