motion-ui icon indicating copy to clipboard operation
motion-ui copied to clipboard

💎 The powerful Sass library for creating CSS transitions and animations

Results 44 motion-ui issues
Sort by recently updated
recently updated
newest added

Hi everybody, I have a really strange issue. I'm having a reveal which is as follows (it's within a Vue component, so it's why of the syntax) : `` In...

I have a series of cards generated with a while loop, i add the class at the every card, but the effect aplies only on the first one, how may...

Foundation Sites is available via Composer. It would be great if this (not so insignificant) addon would also be installable via composer. I just don't like to install NPM or...

I tried doing this: `` But this does nothing and the modal opens immediately.

PR open
📖 documentation

The animations no longer work. When you scroll down to the waypoint, they all appear and flash in at once. It does the same thing on the motion UI playground...

I'm trying to find an easy way to override the default accordion animation and see that there's a speed option, but no easing option. Would be a great addition to...

The spin keyframe function seems to generate the same keyframe, no matter what direction I choose for the animation. So these: ``` sass @include mui-animation(spin(ccw)); @include mui-animation(spin(cw)); ``` results in...

Based on the docs for [Animations, Combination Effects](https://github.com/zurb/motion-ui/blob/master/docs/animations.md#combination-effects), I tried to create two new classes: ``` scss .slideupfadein { @include mui-animation(fade, slide($direction: up, $amount: 120%)); } .slidedownfadeout { @include mui-animation(fade(1,0),...

Hi all, I'm trying to use Motion UI with Meteor but it seems like there's an issue with the mixins. Any idea? Thanks. ``` scss @import '{zurb:motion-ui}/src/motion-ui'; @include motion-ui-transitions; @include...

I am using the modal reveal in Foundation 6, and any time I open a modal I get this error. Any reason why or fix I should know about? I...