VelocityJS: Missing pattern: padding
Author: benzmuircroftCreated Aug 17, 2020Updated Aug 18, 2020
Labels1 - Would Be Nice
Your system information
- VelocityJS version: https://cdn.jsdelivr.net/npm/[email protected]/velocity.min.js
- Browser: brave
- Operating System: Ubuntu Mate
Checklist
- Is this an issue with code?: [Yes/No]
- Is this an issue with documentation?: [Yes/No]
- Have you reproduced this in other browsers?: [Yes/No]
- Have you checked for updates?: [Yes/No] I found the cdn link from your git
- Have you checked for similar open issues?: [Yes/No]
$ev[j].velocity/*animate*/({
'height': $ev[j].attr('h')+'px',
'opacity': 1,
'padding': '23px 8px '+(first_ev==1000?'0.08':'0')+'px',
'margin-bottom': '4px'
},450,function(){...Source: julianshapiro/velocity