kunjsharma / adapt-linear-animation

A simple adapt component that creates an animation sequence in linear way by images added in it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adapt-linear-animation

adapt-linear-animation is an Adapt presentation component that displays images and/or the text one by one. linear-animation simply presents text/images in a linear way on the page. The image frame can have jpg/png/gif and the text can be wrapped by markup element.

Sample linear animation frame

Attributes

core model attributes: These are inherited by every Adapt component. Read more.

_component (string): This value must be: linear-animation.

_animation (boolean): Whether animation required or not.

_delay (string): Time interval between display of 2 images in milliseconds.

_bg (string): Background image reference. v0.0.1 requires it to display component correctly in responsive.

_items (array): Each item represents one choice for the animation frames and contains values for text and _graphic.

Limitations

Won't work in IE8.

Browser/platform specification

Intended to develop standard Adapt browser/devices specifications. Tested in Chrome 57.0.2987.133, Firefox 52.0.2 (32-bit), IE Edge, iOS 10.3.1 (Chrome and Safari).


Version number: 0.0.3 Framework versions: 2.0.15
Accessibility support: WAI AA
Author / maintainer: Kunj kunjsharma@hotmail.com

About

A simple adapt component that creates an animation sequence in linear way by images added in it.

License:GNU General Public License v3.0


Languages

Language:JavaScript 55.7%Language:CSS 24.2%Language:HTML 20.1%