Skip to content

Instantly share code, notes, and snippets.

View InvocaSolutions's full-sized avatar

InvocaSolutions

View GitHub Profile
@InvocaSolutions
InvocaSolutions / fadeNumber.html
Created October 4, 2016 20:44
Fade in phone number after Invoca Integration
<!-- Begin Invoca Integration -->
<script type="text/javascript" src="//solutions.invocacdn.com/js/pnapi_integration-latest.min.js"></script>
<script type="text/javascript">
function showNumber(mapping) {
jQuery(".invocaNumber").animate({'opacity': 1}, 250);
}
Invoca.PNAPI.integration({
networkId: 99,
numberSelector: ".invocaNumber",