sidr 2.1.0
dotnet add package sidr --version 2.1.0
NuGet\Install-Package sidr -Version 2.1.0
<PackageReference Include="sidr" Version="2.1.0" />
paket add sidr --version 2.1.0
#r "nuget: sidr, 2.1.0"
// Install sidr as a Cake Addin #addin nuget:?package=sidr&version=2.1.0 // Install sidr as a Cake Tool #tool nuget:?package=sidr&version=2.1.0
Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive. It uses CSS3 transitions in modern browsers and fallbacks into jQuery.animate when they are not supported.
For a further description, documentation and others visit: http://www.berriart.com/sidr
NOTE: This package is maintained on behalf of the library owners
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 2.1.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.1.0 2016-01-20
New features:
Now it works with CSS3 transitions by default and fallbacks to jQuery.animate when not supported
Added timing option that can be used to indicate the transition timing function for the CSS3 transitions
Added method option to change the default behaviour of the button (that is currently the toggle method)
Added onOpenEnd option to add a callback that will be fired when the menu ends opening
Added onCloseEnd option to add a callback that will be fired when the menu ends closing
Bug fixes:
Launch callback when a menu open is delayed until another one is closed
Fixes bug introduced in 2.0.0 that added a method called 'undefined' in addition to the methods close, open, toggle
This version has a complete code refactor for code quality improvements:
ES2015 syntax supported
jquery.sidr.js file split
Start Unit testing
2.0.0 2016-01-10
Breaking changes that require major version incrementation:
Removing position:absolute fallback that added support for very old mobile browsers
Removing toogle method that was a typo, use toggle instead
Bug fixes:
Fixing tap event on touchscreen devices
Removing unnecessary compass mixins
Fixes reinitalization
Adding example
Fixing bower structure
Adding continous integration
Fixing adding body classes when no displacing
Removing only the needed styles from html and body tag