Forum Discussion
ET98
1 year agoCollaborator
Swipe to reveal
Hi community, I recently saw a "Swipe to reveal" app messaging done by an industry leader using Braze. I'm not 100% sure the function/feature they used to achieve this - since I received it on the ...
- 1 year ago
To add to rayelkhoreply, this could be achieved with custom code. Since IAMs can handle HTML, CSS and JS which are the same languages most of the web runs on, if doing a swipe message is possible on a website, there is a very high chance you could do it in an IAM using CSS animations.
Some CSS example:
30+ CSS Reveal Animations
DavidO
1 year agoVisionary
To add to rayelkhoreply, this could be achieved with custom code. Since IAMs can handle HTML, CSS and JS which are the same languages most of the web runs on, if doing a swipe message is possible on a website, there is a very high chance you could do it in an IAM using CSS animations.
Some CSS example:
30+ CSS Reveal Animations