IanLunn / Hover

A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.
http://ianlunn.github.io/Hover/
Other
29.25k stars 5.78k forks source link

Combining two effects #83

Closed dreamxcape closed 8 years ago

dreamxcape commented 8 years ago

Hi, I'm trying to combine two effects (hvr-overline-from-right and hvr-sweep-to-left). When both classes are applied, only the overline effect is displayed.

Is there any way to combine them?

IanLunn commented 8 years ago

Out of the box, no. It's not something I plan to add either as not all effects can be combined.

It is possible to do though, you'd need to take each effect's properties and combine manually.