1.0.4 • Published 8 years ago

animated_brackets v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

animatedBrackets

Demo

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

Package Managers

# NPM
npm install animated_brackets

Settings

OptionTypeDefault
pointsarray'0 20, 0 0, 100 0, 100 20','100 80, 100 100, 0 100, 0 80'
colorstring'#ffffff'
stroke_widthint10
durationint1
delayint1

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
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago