1.1.0 • Published 7 years ago

tyle v1.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

Tyle

A typeform like transition plugin

Version 1.1.0

New Feature

  • Option to select transition styles

Bug Fixes

  • Responsive display Issue Fixed

Getting started

Installing tyle

Install from npm registry

npm install --save-dev tyle

or Download zip file from here

Add js and css files to your html

<link rel="stylesheet" href="./tyle.css">
<script src="./tyle.js"></script>

HTML Structure

<div class='tyle-area'>
    <div class='tyle-container'> 
        <div class='item'> Content 1 </div>   
        <div class='item'> Content 2 </div>   
        <div class='item'> Content 3 </div>   
        <div class='item'> Content 4 </div>   
    </div>           
</div>           
             

Calling tyle

$('.tyle-container').tyle();

More Info

View more about tyle here

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago