animated-border.css---pure-css-animated-border Effects
Animated-border.css is a pure css animated border effect which contains more than 40 cool animations suitable for mordern browser.
Gitbhub here
Step1:
link the css file in the head.
or
cdn link
HTML
Add a class name to <a> or any tag,such as <button>.
All the classname below:
css
Give <a> a width ,height and more styles.
Gitbhub here
Step1:
link the css file in the head.
<
link
rel
=
"stylesheet"
href
=
"css/animated-border.css"
>
or
cdn link
https://cdn.jsdelivr.net/gh/code-fx/Pure-CSS3-Animated-Border@V1.0/css/animated-border/animated-border.min.css
Step2:HTML
![]() |
html |
![]() |
html |
![]() |
html |
Add a class name to <a> or any tag,such as <button>.
All the classname below:
- .ui-box .topBottom-leftRightCorner
- .ui-box .topBottom-rightLeftCorner
- .ui-box .forwardBorderTrain
- .ui-box .backwardBorderTrain
- .ui-box .border-inOutSpread
- .ui-box .slideOpposite
- .ui-box .top-leftToRight
- .ui-box .right-topToBottom
- .ui-box .bottom-rightToLeft
- .ui-box .left-bottomToTop
- .ui-box .top-rightToLeft
- .ui-box .right-bottomToTop
- .ui-box .bottom-leftToRight
- .ui-box .left-topToBottom
- .ui-box .top-inOutSpread
- .ui-box .right-inOutSpread
- .ui-box .bottom-inOutSpread
- .ui-box .left-inOutSpread
- .ui-box .top-slideOpposite
- .ui-box .right-slideOpposite
- .ui-box .bottom-slideOpposite
- .ui-box .left-slideOpposite
- .ui-box .top-leftStart
- .ui-box .top-rightStart
- .ui-box .bottom-rightStart
- .ui-box .bottom-leftStart
- .ui-box .top-leftStart-backward
- .ui-box .top-rightStart-backward
- .ui-box .bottom-rightStart-backward
- .ui-box .bottom-leftStart-backward
- .ui-box .top-leftStart-burst
- .ui-box .top-rightStart-burst
- .ui-box .bottom-rightStart-burst
- .ui-box .bottom-leftStart-burst
- .ui-box .top-leftStart-burst-backward
- .ui-box .top-rightStart-burst-backward
- .ui-box .bottom-rightStart-burst-backward
- .ui-box .bottom-leftStart-burst-backward
- .ui-box .top-stay
- .ui-box .right-stay
- .ui-box .bottom-stay
- .ui-box .left-stay
css
![]() |
css |