ReleasePad
Back to Knowledge Base Widget Customization

How to Disable Widget Animation

When the ReleasePad widget first loads on your page, it plays a subtle entrance animation. If you find this distracting or it doesn’t fit your product’s UX, you can turn it off with a single attribute.

The fix

Add enable-animation="false" to your rp-token div:

<div id="rp-token"
     data-param="YOUR_TOKEN"
     lang="en"
     enable-animation="false">    
</div>

<script type="text/javascript"
        src="https://widget.releasepad.io/releasepad-bundle.js"
        charset="utf-8">
</script>

<link rel="stylesheet" href="https://widget.releasepad.io/releasepad-bundle.min.css">

That’s it. The widget will still load and function normally — it just won’t animate in.

When to disable

  • Your app has its own transition system and the double animation feels jarring
  • You’re embedding the widget in a dashboard where content should appear instantly
  • Users have reported the animation as distracting

Need more help?

Can't find what you're looking for? Our team is happy to help you get set up.

Contact support
Try me now!