Skip to content

the-catalin/cat-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Published on webcomponents.org

<cat-text>

<cat-text> is a Polymer element that displays a text with a transition effect. Although the same appearance can be obtained with pure CSS transitions, the <cat-text> true power is revealed when used in conjunction with other elements, like <cat-image>

Demo

Install

Install the component using Bower:

$ bower install --save cat-text

Or download as ZIP

Usage

  1. Import Web Components' polyfill (if needed):

    <script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
  2. Import Custom Element:

    <link rel="import" href="bower_components/cat-text/cat-text.html">
  3. Start using it!

    <cat-text>Your text here</cat-text>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

History

For detailed changelog, check Releases.

License

The MIT License (MIT)

Copyright (c) 2017 Catalin Ungureanu

About

Web component displaying text with various effects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages