Skip to content

Viping7/tyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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