Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description in comments updated. #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions src/examples/views/Flipper/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
* Flipper
* -------------
*
* GridLayout is a layout which divides a context into several evenly-sized grid cells.
* If dimensions are provided, the grid is evenly subdivided with children
* cells representing their own context, otherwise the cellSize property is used to compute
* dimensions so that items of cellSize will fit.
* Allows you to link two renderables as front and back sides that can be
* 'flipped' back and forth along a chosen axis.
* Rendering optimizations are automatically handled.
*
* In this example, we make a 4x2 grid with 8 surfaces with varying hues.
* In this example, we make a red/blue flipper which flips on click.
*/
define(function(require, exports, module) {
var Engine = require("famous/core/Engine");
Expand Down