Skip to content

Commit 5862493

Browse files
committed
Add bounce to themes page
1 parent 94d02df commit 5862493

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/themes/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ <h2>Themes</h2>
100100
name: 'corner-indicator',
101101
title: 'Corner Indicator',
102102
description: 'Inspired by <a href="http://tympanus.net/Development/CreativeLoadingEffects/" rel="nofollow" target="_blank">Codedrops</a>'
103+
}, {
104+
name: 'bounce',
105+
title: 'Bounce',
106+
description: 'Inspired by <a href="http://tympanus.net/Tutorials/CSS3BouncingBall/" rel="nofollow" target="_blank">Codedrops</a>'
103107
}];
104108

105109
$.each(themes, function(i, theme){

0 commit comments

Comments
 (0)