Displaying 1 to 19 from 19 results

famous-flex - Animatable layouts, FlexScrollView & widgets for famo.us.

  •    Javascript

Animatable layouts, FlexScrollView & widgets for famo.us. Above anything, famous-flex is a concept in which renderables are seperated from how they are layed-out. This makes it possible to change layouts on the fly and animate the renderables from one layout to another. For instance, you can layout a collection of renderables using a CollectionLayout, and change that into a ListLayout. When using flow-mode the renderables will smoothly transition from the old state to the new state using physics, particles and springs.

famous-animatedIcon - Material design'ish button-animation using famo.us

  •    Javascript

Animated icon for famo.us. Proof of concept, do whatever you want with it.

famous-autolayout - Apple's Auto Layout and Visual Format language for famo.us

  •    Javascript

This article describes the basics of autolayouts visual format language and should be your starting point in getting acquainted with famous-autolayout. The basic concepts are simple but it does require a certain way of thinking. I suggest taking the time to learn and understand the concepts properly and you will be rewarded generously afterwards. The Extended Visual Format Language is a superset of VFL that has been created to solve limitations in standard VFL as well as give you greater control of layouts with less code. Amongst other things, it adds 'z-ordering' which is essential when using VFL with famo.us. Famous-autolayout uses EVFL.




famous-autosizetextarea - Auto-sizing TextareaSurface for famo.us

  •    Javascript

Auto-sizing TextareaSurface for famo.us. TextareaSurface for famo.us that emits an event everytime the 'ideal' height for fitting the content changes. This event can then be used to set the size of the Surface to fit the content. AutosizeTextareaSurface is inherited from TextareaSurface.

famous-bkimagesurface - Drop-in replacement for ImageSurface supporting AspectFit & AspectFill

  •    Javascript

BkImageSurface adds support for sizing-strategies such as AspectFit and AspectFill for displaying images with famo.us. It uses a 'div' with a background-image rather than a 'img' tag. Can be used as a drop-in replacement for ImageSurface, in case the size of the div is not derived from the image.

famous-boxlayout - Layout-view for quickly setting margins or creating flexible layouts

  •    Javascript

Box-layout takes an margins argument as input and then creates a layout accordingly. Box-layout is intended to be very lightweight and will only create layout-contents and properties for which an margin was specified. For instance, if all margins would be set to 0, then box-layout would create only one modifier, wrapped in a RenderNode, and that would be assigned to .middle. A secondary goal of Box-layout is to reduce boilerplate code that you need to write when using layout-views such as GridLayout or FlexibleLayout. Because Box-layout exposes the renderables as properties, you can simple call <property>.add() to add modifiers and surfaces. Box-layout is modelled after the HeaderFooterLayout view and should be very familiar to use.

famous-flex-chat - Chat-demo for famo

  •    Javascript

Chat-demo for famo.us using the famous-flex FlexScrollView. This project shows how to create a native feeling cross-platform chat application using famo.us.


famous-kenburnscontainer - Famo.us view for performing ken-burns style zooming and panning

  •    Javascript

Famo.us view for performing ken-burns style zooming and panning. The view uses a ContainerSurface to embed the renderable in and support clipping.

famous-lagometer - Lagometer for famo.us showing the FPS, animation-frames times and script times

  •    Javascript

Lagometer for famo.us showing the FPS, animation-frames times and script times. If you like this project and want to support it, show some love and give it a star.

famous-listview - famous-listview extends famo

  •    Javascript

To insert or remove items, use the insert and remove methods. When -1 is used in combination with the index it refers to the last + 1 item. When -1 is used in combination with the count then it refers to all items, starting from index.

famous-map - Map integration for famo.us (Google Maps, Leaflet, Open Layers 3 & Mapbox GL)

  •    Javascript

Famous-map makes it possible to add a map-component to the famo.us render-tree. Additionally, famous transitions can be used to pan the map and modifiers can be used to sync the position of renderables with a geographical position. IMPORTANT: Don't forget to read this instruction on google maps running on mobile devices.

famous-refresh-loader - Spinning pull to refresh loader for famo.us

  •    Javascript

A spinning pull to refresh loader that can be used with the famous-flex ScrollView. If you like this project and want to support it, show some love and give it a star.

famous-mediator - Utilities to use a mediator design pattern in Famo.us apps

  •    Javascript

A design pattern that decouples modules using the mediator pattern.

famous-router - A simple hash-based router for Famo.us, with parameters!

  •    Javascript

Feel free to contribute to this project in any way. The easiest way to support this project is by giving it a star.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.