Wheelnav Versions Save

Animated wheel navigation JavaScript library based on Raphaël.js (SVG/VML). It can be a pie menu (radial menu, circular menu) and many more.

v1.7.1

6 years ago

Downloads

  • Fix render issue with sliceAngle > 180
  • Reorganize navigateFunction
  • Fix broken links in README
  • New navItem property: titleRotateAngle
  • Fixed navigateFunction bug in navigateWheel

v1.7.0

7 years ago

Downloads

  • New wheelnav properties: keynavigateEnabled, keynavigateOnlyFocus, keynavigateDownCode, keynavigateDownCodeAlt, keynavigateUpCode, keynavigateUpCodeAlt
  • New wheelnav methods: removeWheel, setTitle
  • New slicePath: OuterStrokeSlice

v1.6.1

8 years ago

Downloads

  • New data attributes: data-wheelnav-titlewidth, data-wheelnav-titleheight
  • Handle titleWidth and titleHeight property for path in navTitle
  • Handle hover and selected states of image and path in navTitle
  • New spreader properties: spreaderInTitleWidth, spreaderInTitleHeight, spreaderOutTitleWidth, spreaderOutTitleHeight
  • Spreader supports images

v1.6.0

8 years ago

Downloads

  • New navTitle type: image, when navTitle start with 'imgsrc:' it can parse as URL of image or data URI
  • selectedNavItemIndex property is public now for set first selected item
  • modify defaultpalette

v1.5.5

8 years ago

Downloads

  • Fixed getTitleRotateString for partial wheel
  • Fixed isPathTitle, now supports lowercase and uppercase letters
  • wheelnav.currentPercent is available from outside

v1.5.4

9 years ago

Downloads

  • Fixed clickModeSpreadOff bug on mobile browsers

v1.5.3

9 years ago

Downloads

  • Add responsive behaviour

v1.5.2

9 years ago

Downloads

  • Add welcome.html

v1.5.1

9 years ago

Downloads

  • Fixed Firefox bug with raphael.canvas.clientWidth
  • Fixed animateFinishFunction calls and setWheelSettings function
  • New wheelnav, navItem property: sliceClickablePathCustom
  • New spreaderPath: LineSpreader
  • Customizable DropMarker size
  • Expand menuRadius in MenuSlice and MenuMarker

v1.5.0

9 years ago

Downloads

  • Support for html5 data- attributes
  • Implement marker
  • Redesign default style
  • Reorganize path related code, implement path for spreader
  • New wheelnav properties: initTitleRotate, initPercent
  • New spreader properties: spreaderPathFunction, spreaderPathCustom, spreaderStartAngle, spreaderSliceAngle
  • New spreader properties: spreaderInTitle, spreaderOutTitle, spreaderInPercent, spreaderOutPercent
  • New spreader style properties: spreaderPathInAttr, spreaderPathOutAttr, spreaderTitleInAttr, spreaderTitleOutAttr
  • Fixed clientWidth bug in multiple wheelnav mode