Hi! I'm pretty new at Framer. Currently just trying mimic a roll-over effect on a link. Like this : http://tympanus.net/Development/CreativeLinkEffects/
I'm a little bit lost at the beginning. Does someone have a clue to start writing HTML in FramerJS, and add an animation on roll over ?
There's this one I can start I guess ?
layerA = new Layer
layerA.on Events.MouseOver, (event, layer) ->
print event, layer
Thanks a lot!
4 Comments