here is the code: http://jsfiddle.net/bfQMD/11/
Im using flip pluging and how to change opacity.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The solution, as mentioned by Diodeus, is to modify the flip plugin – which is kinda hacky, obviously.
See the working fiddle.
The changes I made were basically
opacity : 0,opacity : 0.5andopacity : 1in
defaultStart,defaultVertical.first/defaultVertical.secondanddefaultHorizontal.first/defaultHorizontal.secondrespectively.
Since the plugin uses
jQuery.animate()internally, this was all it took.