You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally, in the JavaScript console in Google Chrome, I issue the following:
vardiv=$('#motion-example-3')Foundation.Motion.animateOut(div,'fade-out')// kitty fades outFoundation.Motion.animateIn(div,'fade-in')// kitty fades inFoundation.Motion.animateIn(div,'slideupfadein')// kitty does nothingFoundation.Motion.animateOut(div,'slidedownfadeout')// kitty does nothing. bad kitteh!
Is this a bug or is documentation incomplete?
The text was updated successfully, but these errors were encountered:
Based on the docs for Animations, Combination Effects, I tried to create two new classes:
These generate the CSS:
In the HTML, I have:
Finally, in the JavaScript console in Google Chrome, I issue the following:
Is this a bug or is documentation incomplete?
The text was updated successfully, but these errors were encountered: