Skip to content

SarperMUTLUBAY/blink-element

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blink-element

Polymer element to blink or flicker.

Setup Bower

Install Bower if you don't have : sudo npm install -g bower.

Install this package

bower install --save blink-element

Usage

<head>
    ...
    <!-- import webcomponents-lite.min.js -->
    <script src="/path/to/bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
    ...
    <!-- import the file -->
    <link rel="import" href="/path/to/blink-element.html">
    ...
</head>

<body>
    ...
    <blink-element>
        <!-- blinking content goes here -->
    </blink-element>
    ...
</body>

Example

You can check the index.html file to see a live demo.

bye..

Change Log

1.0.1

  • Documentation updated.

1.0.0

  • Created element.
  • Created documentation.

About

Polymer element to blink or flicker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%