A simple module for creating a tooltip.
or
- Copy the
Tooltip.coffee
file to your prototype'smodules
folder. - Call
{tooltip} = require "Tooltip"
in your Framer prototype.
# Use tooltip -> ( layerTrigger, layerTooltip, layerTriggerBgColour[optional] )
tooltip.Tooltip(one, tool, "#f8f8f8")