Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComposioHQ/awesome-codex-skills
/ functions
Functions
218 in github.com/ComposioHQ/awesome-codex-skills
⨍
Functions
218
◇
Types & classes
13
Function
ease_in_out_elastic
Elastic ease-in-out.
slack-gif-creator/core/easing.py:92
Function
ease_in_out_quad
Quadratic ease-in-out (slow start and end).
slack-gif-creator/core/easing.py:27
Function
ease_in_quad
Quadratic ease-in (slow start, accelerating).
slack-gif-creator/core/easing.py:17
Function
ease_out_cubic
Cubic ease-out (fast start).
slack-gif-creator/core/easing.py:39
Function
ease_out_elastic
Elastic ease-out (spring effect).
slack-gif-creator/core/easing.py:85
Method
emit_confetti
Emit confetti particles (colorful, falling). Args: x, y: Emission position count: Number of confetti pieces
slack-gif-creator/core/visual_effects.py:143
Method
emit_sparkles
Emit sparkle particles (twinkling stars). Args: x, y: Emission position count: Number of sparkles
slack-gif-creator/core/visual_effects.py:171
Function
get_complementary_color
Get the complementary (opposite) color on the color wheel. Args: color: RGB color tuple Returns: Complementary RGB colo
slack-gif-creator/core/color_palettes.py:141
Function
get_emoji_palette
Get a limited color palette optimized for emoji GIFs (<64KB). Args: name: Palette name (simple, vibrant_emoji) Returns:
slack-gif-creator/core/color_palettes.py:292
Function
get_impact_color
Get a color for impact/emphasis effects. Args: effect_type: Type of effect (flash, explosion, electricity, etc.) Returns:
slack-gif-creator/core/color_palettes.py:256
Function
get_optimal_font_size
Find the largest font size that fits within given dimensions. Args: text: Text to size max_width: Maximum width in pixels
slack-gif-creator/core/typography.py:316
Method
get_particle_count
Get number of active particles.
slack-gif-creator/core/visual_effects.py:208
Function
get_text_color_for_background
Get the best text color (black or white) for a given background. Uses luminance calculation to ensure readability. Args: bg_col
slack-gif-creator/core/color_palettes.py:121
Function
handle_console_message
(msg)
webapp-testing/examples/console_logging.py:14
Function
is_slack_ready
Quick check if GIF is ready for Slack. Args: gif_path: Path to GIF file is_emoji: True for emoji GIF, False for message GIF
slack-gif-creator/core/validators.py:241
Function
lighten_color
Lighten a color by a given amount. Args: color: RGB color tuple amount: Amount to lighten (0.0-1.0) Returns: Li
slack-gif-creator/core/color_palettes.py:163
Function
linear
Linear interpolation (no easing).
slack-gif-creator/core/easing.py:12
Function
scale_font_for_frame
Scale font size proportionally to frame dimensions. Useful for maintaining relative text size across different GIF dimensions. Args:
slack-gif-creator/core/typography.py:339
← previous
201–218 of 218, ranked by callers