Skip to content

Conversation

iparaskev
Copy link
Contributor

Adds a new control button in the sharing screen window which enables a click animation for the controller's virtual cursor in the overlay window.

Controller's view

Screen.Recording.2025-10-07.at.15.01.30.mov

Sharer's view

Built-in Retina Display 2025-10-07 15:05:54

Closes #104

Adds a new data channel command which enables/disables
an animation effect when a controller clicks. When the
click animation is enabled the cursor loses the ability to perform
clicks and scroll which would mean it would take control.
@iparaskev iparaskev requested a review from konsalex as a code owner October 7, 2025 14:42
Copy link

netlify bot commented Oct 7, 2025

Deploy Preview for hoppdocs ready!

Name Link
🔨 Latest commit 4c0f2b0
🔍 Latest deploy log https://app.netlify.com/projects/hoppdocs/deploys/68e8b07de1e7120008b69666
😎 Deploy Preview https://deploy-preview-131--hoppdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

konsalex
konsalex previously approved these changes Oct 9, 2025
let elapsed = enabled_instant.elapsed().as_millis();
let time_offset = 300;
if elapsed > time_offset {
let radius = radius_start + (elapsed - time_offset) as f32 / 2333.0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it 2334.0 😂

Copy link
Contributor

@konsalex konsalex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@iparaskev iparaskev merged commit 0712f89 into main Oct 10, 2025
16 of 17 checks passed
@iparaskev iparaskev deleted the bubble_animation branch October 10, 2025 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature: pointing visual when clicking without having control

2 participants