Cursor Style & Animation
Cursor Style & Animation is a premium-quality WordPress plugin that adds engaging mouse cursor effects to enhance your website’s interactivity and visual appeal. Perfect for modern websites looking to create memorable user experiences. 🎨 **Key Features** 4 Beautiful Animation Types: Trail, Particles, Ripple, and Magnetic effects 10+ Cursor Styles: From classic to modern, including custom images Mobile Optimized: Optional mobile support with performance considerations Performance Focused: Smooth 60fps animations with minimal resource usage Accessibility Friendly: Respects user preferences and accessibility standards Easy Customization: Intuitive admin interface with live preview Modern Web Standards: Built with vanilla JavaScript and HTML5 Canvas 🎯 **Animation Effects** Trail Effect: Smooth trailing animation that follows your mouse with customizable length and color. Particle Effect: Dynamic particle system with physics simulation that spawns particles as you move. Ripple Effect: Expanding circular ripples on mouse movement for a water-like effect. Magnetic Effect: Interactive element attraction and repulsion for engaging interactions. 🖱️ **Cursor Styles** Choose from various cursor styles: * Default, Pointer, Crosshair, Text, Wait, Move, Grab * Zoom In/Out cursors * Custom Image support (PNG, SVG, CUR formats) * Hidden cursor option ⚙️ **Easy Configuration** Animation Type: Select from 4 different effects Trail Settings: Customize length, size, and color Animation Speed: Control from 0.1x to 2.0x Cursor Style: Choose from 10+ predefined styles Custom Cursors: Upload your own cursor images Mobile Support: Optional touch-based interactions 🚀 **Performance Optimized** Hardware acceleration using GPU Efficient canvas rendering Automatic memory management Mobile optimization Respect for user’s motion preferences No impact on SEO or page load speed ♿ **Accessibility Compliant** Respects prefers-reduced-motion media query No interference with screen readers Keyboard navigation support High contrast mode compatibility Print-friendly (disables on print) 🌐 **Browser Support** Chrome 60+ (Full support) Firefox 55+ (Full support) Safari 12+ (Full support) Edge 79+ (Full support) Internet Explorer 11 (Limited support) 📱 **Mobile Support** Optional mobile device support with touch-based interactions. The plugin automatically adapts effects for touch devices while maintaining performance. 🔧 **Developer Friendly** JavaScript hooks for custom integrations CSS classes for custom styling WordPress hooks and filters Translation-ready with .pot files Comprehensive documentation 🎨 **Usage Examples** The plugin works automatically once activated. Simply move your mouse around your website to see the beautiful effects. HTML Integration: html Link with pointer cursor Button with pointer cursor Draggable element with grab cursor Magnetic Effect: html Magnetic Button Magnetic Div 🚀 **Quick Start** Install and activate the plugin Go to Settings > Cursor Style & Animation Choose your preferred animation type Customize settings as needed Save changes and enjoy! 📋 **System Requirements** WordPress 5.0 or higher PHP 7.4 or higher Modern web browser with JavaScript enabled 🆘 **Support** For support and assistance: * Check the troubleshooting section in documentation * Review the FAQ section * Visit our support page * Contact the developer ☕ **Support the Developer** If you find this plugin helpful, consider supporting its continued development: Buy Me a Coffee
Top keywords
- support16×3.45%
- cursor12×2.59%
- animation8×1.72%
- effect6×1.29%
- effects6×1.29%
- mobile6×1.29%
- custom5×1.08%
- magnetic5×1.08%
- full4×0.86%
- full support4×0.86%
- modern4×0.86%
- mouse4×0.86%
KineticHub – Animated Blocks
KineticHub is a lightweight suite of animated Gutenberg blocks for designers, agencies, developers, and site builders who want to add motion, media, and interactive UI effects to WordPress pages without leaving the block editor. The plugin includes visual blocks for animated typography, video modals, audio players, before-and-after image comparisons, marquees, interactive buttons, hero backgrounds, scroll dividers, split scroll layouts, cursor reveal lists, ambient visuals, and motion-ready containers. KineticHub is designed for modern WordPress workflows. Blocks can be inserted, configured, and reused directly inside the editor, while frontend assets are loaded through WordPress block asset registration. Use KineticHub to build: Animated landing page sections Portfolio and agency pages Interactive hero areas Product and service highlights Editorial layouts with motion Media-rich Gutenberg pages Lightweight visual effects without a page builder dependency View demos and documentation at: https://getkinetichub.com KineticHub includes 12 Gutenberg blocks. The full block list is available in the Blocks section below. Performance Focused KineticHub is designed to avoid unnecessary page weight and unnecessary frontend execution. Block assets are loaded through WordPress block asset registration. Shared runtime behavior is handled by lightweight frontend assets. Video embeds are initialized lazily after user interaction where supported by the block setup. Motion-heavy effects respect reduced-motion preferences. Global motion settings can be configured from the KineticHub dashboard. Blocks are designed to work with modern WordPress themes and performance optimization tools. Accessibility KineticHub includes accessibility-oriented behavior across supported blocks. Reduced-motion support for users who prefer less animation. Keyboard focus handling where interactive controls are used. Screen-reader friendly fallback text for animated typography. ARIA labels for video modal controls. Semantic output and escaped server-side rendering. Interactive blocks are designed to remain usable without relying only on motion. External Services The plugin does not connect to external services on activation. Some blocks may load third-party media only when a site administrator configures content that uses those providers. For example, the Kinetic Video Modal block can embed videos from YouTube or Vimeo when a YouTube or Vimeo URL is entered by the site administrator. Third-party services may receive visitor data when embedded media is loaded by the browser. This depends on the configured media URL, the provider used, and the visitor’s browser behavior. Supported optional video providers include: YouTube YouTube NoCookie Vimeo Self-hosted media files can also be used. Provider endpoints that may be used when configured by the site administrator: YouTube video embeds: https://www.youtube.com/ YouTube privacy-enhanced embeds: https://www.youtube-nocookie.com/ YouTube thumbnail images: https://img.youtube.com/ Vimeo video embeds: https://player.vimeo.com/ Provider policies: YouTube Terms of Service: https://www.youtube.com/t/terms YouTube Privacy Policy: https://policies.google.com/privacy Vimeo Terms of Service: https://vimeo.com/terms Vimeo Privacy Policy: https://vimeo.com/privacy Source Code This plugin includes compiled JavaScript and CSS generated with npm and WordPress build tools. The human-readable free-version source files used to build the distributed assets are publicly available here: https://github.com/GetKineticHub/kinetichub-free-source/tree/wporg-free-source-1.0.14 The public source branch includes the uncompiled free-version source files, package.json, webpack configuration, and build instructions for the JavaScript and CSS assets included in the distributed build/ directory. Build Instructions The plugin uses the standard WordPress block build pipeline based on @wordpress/scripts. To rebuild the distributed assets from the public source branch: Clone the public source repository. Check out the matching source branch: wporg-free-source-1.0.14 Install build dependencies: npm install Generate production assets: npm run build The build process compiles source files from the source repository into a build directory using the included webpack configuration. Build Requirements Node.js 18 or later npm 9 or later