Skip to content

Commit b9dfece

Browse files
committed
[doc] missing search results
1 parent 60297e1 commit b9dfece

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/js/search.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,21 @@
243243
title: 'JavaScript > Waves',
244244
tags: 'wave javascript js',
245245
body: 'Waves is an external library that weve included in Materialize to allow us to create the ink effect outlined in Material Design'
246+
}, {
247+
href: 'css-transitions.html',
248+
title: 'CSS > Transitions',
249+
tags: 'transition css',
250+
body: 'We\'ve made some custom animation classes that will transition your content with only CSS. Each CSS transition consists of a base class that applies the necessary styles and additional classes that control the state of the transition.'
251+
}, {
252+
href: 'floating-action-button.html',
253+
title: 'Components > Floating Action Button',
254+
tags: 'floating action button fab component',
255+
body: 'If you want a fixed floating action button, you can add multiple actions that will appear on hover.'
256+
}, {
257+
href: 'auto-init.html',
258+
title: 'JavaScript > Auto Init',
259+
tags: 'auto init javascript js',
260+
body: 'Auto Init allows you to initialize all of the Materialize Components with a single function call. It is important to note that you cannot pass in options using this method.'
246261
}
247262
];
248263

0 commit comments

Comments
 (0)