You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/js/search.js
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,21 @@
243
243
title: 'JavaScript > Waves',
244
244
tags: 'wave javascript js',
245
245
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.'
0 commit comments