Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to use the Anything Slider Re: How to use the Anything Slider

#111456
Mottie
Member

@mejuliver!

Make the `navigationFormatter` option return a bullet instead of a number (see the [docs](https://github.com/CSS-Tricks/AnythingSlider/wiki/Navigation-options#wiki-navigationformatter))

navigationFormatter : function(index, panel){ return “●”; }