Tooltip System
  • WELCOME
    • πŸ‘‹Hello
  • πŸ—ΊοΈRoadmap
  • ⛑️Support & Community
  • πŸŽ“Changelog
  • GETTING STARTED
    • πŸ”ŒImport package
    • πŸ““Scene Setup
    • πŸ“šCreating Tooltip UI
    • πŸ“˜Add tooltip content
  • HOW IT WORKS
    • 🧠Tooltip System
    • πŸ”·Tooltip Information
    • πŸ”·Tooltip Display Triggers
    • πŸ”·Tooltip Visuals (UI Prefabs)
    • πŸ”ΆTooltip Positioning
    • πŸ”ΆTooltip Timing and Visibility
    • ♦️Tooltip Animation Controller
    • ♦️Tooltip Layout System
    • 🧩Extensions
Powered by GitBook
On this page
  1. HOW IT WORKS

Tooltip Animation Controller

Tooltips can be animated when showing or hiding by provided component or interface.

  • Base type: TooltipAnimationController (or IAnimateTooltip)

  • Controls how tooltips appear or move.

  • Built-in options support:

    • Smooth or instant positioning

    • Fade in/out

  • Pluggable for custom tweens, DOTween, or motion logic.

PreviousTooltip Timing and VisibilityNextTooltip Layout System

Last updated 4 days ago

♦️