Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ak="url(kaart/"+flop.flop[0]+".png)";
  2. bk="url(kaart/"+flop.flop[1]+".png)";
  3. ck="url(kaart/"+flop.flop[2]+".png)";
  4. $("#kaart11").css({"background-image":ak});
  5. $("#kaart21").css({"background-image":bk});
  6. $("#kaart31").css({"background-image":ck});
  7.  
  8. $("#kaart1").animate({width:"0px"},"fast","swing",function(){
  9. $("#kaart11").animate({width:"19%"},"fast","swing",function(){
  10. $("#kaart2").animate({width:"0px"},"fast","swing",function(){
  11. $("#kaart21").animate({width:"19%"},"fast","swing",function(){
  12. $("#kaart3").animate({width:"0px"},"fast","swing",function(){
  13. $("#kaart31").animate({width:"19%"},"fast","swing",function()
  14. {})})})})})});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement