Example
Voice Note Interaction
This is a really cool interaction! It it done using javascript or with build in SL functionality?
- Nedim2 months agoCommunity Member
Thank you, Keira! The animated text simulating a typing effect is actually a text entry field being dynamically filled with JavaScript, while it gently moves upward using a motion path. It's perfectly timed to stop when the video finishes and the typing animation is complete.
The voice note feature, where the learner can take notes using a microphone, is also powered by JavaScript. It took me a while to figure this out without relying on external services or server-based functionality, specifically to avoid some of the common issues discussed across the community.
It’s a web object that contains HTML, which can be modified at any time to adjust its size dynamically allowing the widget to expand or shrink based on the space it needs to occupy on the slide.I even took it a step further by experimenting with saving the audio recording locally on the learner’s computer, just like we do when saving text notes as a PDF or another document format.