2016-07-03, 20:05
(2016-07-03, 16:00)the_bo Wrote:Quote:I just have one more question, can you let me know the file, and the code i need to edit, for me to change the way the logo and the cd rolls over when a movie is clicked, i just do not like the way it comes tumbling down, I would rather have it like either in faded in or pobably a crossfade out. Even the logo and cd just being there is ok..
Hi @MANswers
To disable cd and clearart animation. Open dialogvideoinfo.xml. Search for word disc. Then remove or comment out the following to stop the disc from rolling in.
Code:<animation type="WindowOpen" reversible="true">
<effect type="slide" start="-1500,0" end="0" delay="800" time="4120" tween="quadratic" easing="out" />
<effect type="rotate" start="0" end="-720" center="auto" delay="800" time="4120" tween="quadratic" easing="out" />
<effect type="zoom" start="104" center="auto" end="100" delay="5120" time="140" tween="quadratic" easing="out" />
</animation>
Do the same with the clearart animation. The code should be just above the disc code.
Hope that helps.
Thank you the_bo for clearing that out, by the way the discart animation and other stuff I got it from your thread so I have to say thank you for your work + added
I also created a button in top menu to choose between different aniamtion for discart including no aniamtion , I will update the thread after some few tests