Questions tagged [motionui]

3 questions
1
vote
0 answers

Getting this error when trying simple Motion UI transition- Uncaught ReferenceError: MotionUI is not defined at HTMLAnchorElement.

I'm using the Foundation Zurb Template and I'm having difficulty getting started with the Motion UI library. I am trying to get a simple transition of element working as per these docs: However, I keep getting the console error: Uncaught…
asharoo85
  • 49
  • 10
1
vote
1 answer

Motion UI on Page Load Not Working

I am using Foundation 6 and am importing Motion UI Transitions and Animations in my SASS file. But when doing something like below, no animations occur. What am I missing?! .site-logo { text-align: center; margin-bottom: 0.4rem; @include…
Huw Rowlands
  • 393
  • 3
  • 16
0
votes
1 answer

Foundation 6 - Using MotionUI Custom Mixins for Animate

I've installed Foundation 6 for Sites using SASS and I'm compiling with Gulp. I'm trying to use the Motion-UI library for some animation effects, and I've got a lot of it working. Working Demo of Pre-built…