I would like to know if any of you have experienced this and workarounds employed if they exist.
When i use animate normally on font-size it works perfectly. However, when i use easing equations along with the animate function i get the following error message :
Error: f.easing[e.animatedProperties[this.prop]] is not a function Source File: https://192.168.1.218/jquery.js Line: 18
The following is the js code i have used :
$(".myclass").animate({"font-size" : "16px"},"easeOutBounce",200);