balloon.css

Simple tooltips made of pure CSS

MIT License

Downloads
96.3K
Stars
5K
Committers
25

Bot releases are visible (Hide)

balloon.css - v1.0.0 Latest Release

Published by kazzkiq over 5 years ago

Breaking changes:

  • Now using aria-label for texts instead of data-balloon;
  • Dropped LESS support (now using only SASS).

Features:

  • Better usability (aria-label, enabled on :focus);
  • Option to disable animations;
  • CSS variables for easy customization (--balloon-color, --balloon-font-size and --balloon-move);
  • 50% smaller;

Bugs & Fixes

  • Removed !important from code;
  • Fixed issues when using FontAwesome;
  • Removed prefixes properties (-webkit, -moz, etc);
balloon.css - v0.5.0

Published by kazzkiq about 7 years ago

Changelog:

  • #67, #69 - Default SASS variables (allow variables to be overridden)
  • #62 - Adding up-left, up-right, down-left, down-right positions.
  • #61 - Fixing iOS Safari bug where tooltips doesn't showed up on click
  • #53 - Adding no-transition parameter [data-balloon-blunt]
  • Other minor bugfixes...
balloon.css - Balloon.css v0.4.0 Release

Published by kazzkiq almost 8 years ago

Pushing some small bugfixes.