Skip to content

Instantly share code, notes, and snippets.

CSS Transitoin Mobile Menu Button

This is a nifty way to animate you mobile menu button into an x when it is open.

A Pen by Reyjay Solares on CodePen.

License.

@Reyjay
Reyjay / removeHtml.cfm
Created June 27, 2014 19:56
Remove html markup from variable
#REReplaceNoCase(text, "<[^[:space:]][^>]*>", "", "ALL")#
@Reyjay
Reyjay / youtube-video-modal.html
Created July 10, 2014 19:21
Open a youtube video in a modal and stop it when the modal is closed
<!--- This is the video link --->
<a href="##"><img src="#videoItem.getImageUrl()#" data-link="#videoItem.getVideoLink()#" alt="#videoItem.getTitle()#"></a>
<!-- Video modal -->
<div class="modal videoModal" id="videoModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"><span class="glyphicon glyphicon-remove-sign"></span></button>
</div>