Skip to content

lemehovskiy/animatedBrackets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animatedBrackets

Demo

https://lemehovskiy.github.io/animatedBrackets/demo

Package Managers

# NPM
npm install animated_brackets

Settings

Option Type Default
points array ['0 20, 0 0, 100 0, 100 20','100 80, 100 100, 0 100, 0 80']
color string '#ffffff'
stroke_width int 10
duration int 1
delay int 1

Example:

<h3 class="title animated-brackets">
    Lorem ipsum dolor
</h3>


<script>
    $('.animated-brackets').animatedBrackets({
        points: [
            '0 20, 0 0, 100 0, 100 100, 0 100, 0 80'
        ],
        stroke_width: 8,
        color: '#cacaca'
    });
</script>

Browser support

  • Chrome
  • Firefox
  • Opera
  • IE10/11

Dependencies

  • jQuery 1.7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published