Guest User

Untitled

a guest
Mar 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function calculate() {
  2. var state1 = document.getElementById("#stateButton1"),
  3. maturity1 = document.getElementById("#maturityButton1");
  4.  
  5. if ((state1.style.fill = "#e1532d") && (maturity1.style.fill = "#e1532d")) {
  6. TweenMax.to('#star,#star1', 0.1, {y:0});
  7. TweenMax.to('#star,#star1', 0.1, {y:-290});
  8.  
  9. }
Add Comment
Please, Sign In to add comment