The Pulse Effect
A Pulsating Search Icon
Ingredients
If you haven't got these already
To use the Pulse effect in your own searchIcon you will first need to download:
Editing the Icon
Using Pixelmator or Photoshop
Then using Pixelmator or Photoshop you will need to edit the colour overlay of the Background layer of the Pulse SearchIcon 32x32.psd file — which you'll find in the Pulse SearchIcon folder — so that it matches the background colour of your website.
Save it as pulse_searchicon.png and add it to Assets, or place it wherever you placed your previous searchIcon.

The CSS
Target your new searchIcon
Now reference it in your #searchIcon CSS in the Page Inspector. If you've attached the image as an Asset, it should now look like this:
#searchIcon { background: url(assets/pulse_searchicon.png) no-repeat; cursor: pointer; etc.,}
The jQuery
Adding & Tweaking
Next you will need to:
- Add the pulse.jquery.js to your assets.
- Replace the default Seeker Searchbar jQuery Header Snippet in the Header panel of the Page Inspector with the Seeker Searchbar jQuery Header (with Pulse) Snippet.
- Tweak the Pulse values as in the example below.
- For a more detailed explanation of the Pulse plugin and all its configurations, visit James Padolsey's Pulse Plugin page.

The Pulse and Easing Effect
The Full SearchIcon Monty
Editing the Icon
Using Pixelmator or Photoshop
Then using Pixelmator or Photoshop you will need to edit the colour overlay of the Background layer of the Pulse SearchIcon 32x32.psd file — which you'll find in the Pulse SearchIcon folder — so that it matches the background colour of your website.
Save it as pulse_searchicon.png and add it to Assets, or place it wherever you placed your previous searchIcon.

The CSS
Target your new searchIcon
Now reference it in your #searchIcon CSS in the Page Inspector. If you've attached the image as an Asset, it should now look like this:
#searchIcon { background: url(assets/pulse_searchicon.png) no-repeat; cursor: pointer; etc.,}
The jQuery
Adding & Tweaking
Then you will need to:
- Add the jquery.easing.js and the pulse.jquery.js to your assets.
- Replace the default Seeker Searchbar jQuery Header Snippet in the Header panel of the Page Inspector with the Seeker Searchbar jQuery Header (with Pulse & Easing) Snippet.
- Tweak the Pulse values as in the example below.
- Tweak the Easing methods and values as suggested here.
- For a more detailed explanation of the Pulse plugin and all its configurations, visit James Padolsey's Pulse Plugin page.

