GithubHelp home page GithubHelp logo

com.parallaxcontainer.blitz's Introduction

com.parallaxcontainer.blitz

Alloy Parallax Widget

Overview

The widget provide an container view to pu an an parallax item in.

Features

  • Parallax effect
  • Define parallax Intensity
  • Working for ios and android

Known issues

  • On android the first move is not smooth
  • On Android parallax only working while fingers on screen, a fast short swipe won't cause any effect
  • Effect intesity differ between ios and android

How to

  • Add the widget to your *Scrollableview:
<Alloy>
	<Window class="container">
		<TableView id="tableView">
			<TableViewRow height="150dp">
				<Label text="HEADER"></Label>
			</TableViewRow>			
			<TableViewRow height="200dp">
				<Widget id="parallaxWidget" src="com.parallaxcontainer.blitz"
						height="120"
						parallaxIntensity="10"
						innerMargin="1200">
					<ImageView image="/images/elevator.jpg"></ImageView>
				</Widget>
			</TableViewRow>			
			<TableViewRow>
				<Label text="Some other Information"></Label>
			</TableViewRow>			
			<TableViewRow backgroundColor="#DEDEDE"></TableViewRow>			
		</TableView>
	</Window>
</Alloy>

##Init the Widget

$.parallaxWidget.setViewWithScrollAbility($.tableView);

Android:

IMAGE ALT TEXT HERE

iOS:

IMAGE ALT TEXT HERE

Testing

There is a test app in example branch.

com.parallaxcontainer.blitz's People

Watchers

Ahmad Aloul avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.