background preloader

Creative CSS3 Animation Menus

Creative CSS3 Animation Menus
Being in the mood for experimenting with CSS3, I'd like to show you some creative menu hover effects in today's tutorial. The idea is to have a simple composition of elements, an icon, a main title and a secondary title, that will be animated on hover using only CSS transitions and animations. We'll be exploring some different effects for the elements. View demo Download source Being in the mood for experimenting with CSS3, I’d like to show you some creative menu hover effects in today’s tutorial. The icons used in the demos are actually a Web Symbols typeface that we’ll include with @font-face. The Markup The HTML structure for the menu will be an unordered list where each item is a link element that consists of an icon span and a content div that will contain the main title and the secondary title: As we are using a symbol font for the icons, we write letters for the icons. The CSS The common style for all the examples will be the inclusion of the symbol typeface: Example 1 Example 2

Creating a Marble Style CSS3 Navigation Menu CSS3 Green Marble Menu In our new tutorial we’ll create a new horizontal dropdown CSS3 menu. This menu will be suitable for black and for white websites. It made of green marble colors. Here are final result (what we will creating): Here are samples and downloadable package: Live Demo download in package Ok, download the example files and lets start coding ! Step 1. As usual, we start with the HTML. index.html Step 2. Here are the CSS styles of our dropdown menu. css/menu.css Conclusion Hope you enjoyed with new menu, don’t forget to tell thanks and leave a comment :) Good luck! If you enjoy our articles, feel free to share our tutorials with your friends.

Ruby on Rails c нуля! CSS3 2D Transformations The Transformation module is a tremendous addition in CSS3, it takes the way we manipulate elements on a website to the next level. There are some experiments that really amaze me, examples such as this one. However, we are not going to build something like a CSS-only icon that can somehow transform into an Autobot, as it may be overwhelming and not quite usable in real life as well. Instead, this time, we will be stepping back and reviewing the basics of CSS3 2D Transformations to see how it works at a fundamental level. The Syntax The CSS3 Transformations module basically allows us to transform an element to a certain extent such as translating, scaling, rotating and skewing. The official syntax is transform:method(value). transform: method(value); -o-transform: method(value); -ms-transform: method(value); -moz-transform: method(value); -webkit-transform: method(value); The Value Most of the method’s value will correspond to the X-axis and Y-axis. Except for rotations. I – Translate

CSS Transitions - Iceweasel Abstract CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration. Status of this document This section describes the status of this document at the time of its publication. Other documents may supersede this document. Publication as a Working Draft does not imply endorsement by the W3C Membership. The (archived) public mailing list www-style@w3.org (see instructions) is preferred for discussion of this specification. This document was produced by the CSS Working Group (part of the Style Activity). This document was produced by a group operating under the 5 February 2004 W3C Patent Policy. This document is expected to be relatively close to last call. Table of Contents 1. This section is not normative. This document introduces new CSS features to enable implicit transitions, which describe how CSS properties can be made to change smoothly from one value to another over a given duration. 2. Transitions of ‘left’ and ‘background-color’ Example(s): 2.1. 3.

Dark Menu: Pure CSS3 Two Level Menu [Tutorial] - Ahmad Hania Blog Some days ago we released a Freebie called Dark Menu in Free PSD and in this easy to follow tutorial you will learn how to create this two level Dark Menu in HTML and Pure CSS3. No Javascript or Images has been used in the creation of this menu and I hope that you can learn a few techniques that will help you in future projects. Now, if you aren’t so familiar with CSS3 you can either learn about it at CSS3.info or at W3Schools. You can also use this online CSS3 generator to help you create these styles easily. Off course you need to put all HTML code inside an HTML document and all the CSS styles either in the HTML document header or in a separate CSS file. All colors, effects, shadows are taken from the Dark Menu PSD file. Adding HTML Content for The Menu Now we are going to add the HTML content for our dark menu, and here we are using a simple unordered list with list items as you want and a sub menu using also an unordered list with list items as you wish. DemoDownload

Видео Ruby on Rails в действии Видеоуроки от Railscasts.com на русском языке Если вы когда-либо посещали Railscasts.com, то уже наверняка знакомы с этими по настоящему классными видеоуроками. Теперь они доступны и на русском языке. В каждом видеоуроке показано, как с помощью Rails решаются актуальные задачи. Если вы начали изучать Rails 3 — добро пожаловать. Делаем блог за 15 минут За 15 минут мы начнем с нуля и закончим полнофункциональный движок для блога: с возможностью добавлять комментарии и основными административными функциями. Посадим Flickr на Rails Ruby on Rails может применяться не только для развлекательных игр с вашей локальной базой данных, но и для реального использования в интернете. Совершенствуем структуру базы данных без особых усилий Не успеете оглянуться, как в вашей базе данных появится очень важная информация. Все кадры среды разработки и изображение кода сделаны на Mac OS X в редакторе TextMate с использованием программы Snapz Pro X для захвата изображения. Поддержка сайта — Evil Martians.

CSS3 Transitions, Transforms and Animation Tutorial CSS Transitions - Iceweasel Abstract CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration. Status of this document This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at Publication as a Working Draft does not imply endorsement by the W3C Membership. The (archived) public mailing list www-style@w3.org (see instructions) is preferred for discussion of this specification. This document was produced by the CSS Working Group (part of the Style Activity). This document was produced by a group operating under the 5 February 2004 W3C Patent Policy. This document is expected to be relatively close to last call. Table of Contents 1. This section is not normative. 2. Transitions of ‘left’ and ‘background-color’ Transitions are a presentational effect. 2.1. 3.

Animated CSS3 cube using 3D transforms Last week WebKit included the much anticipated (at least on my part) 3D transforms in its latest nightly build, announced practically alongside the awesome Snow Stack demo that provides a 3D interface for browsing Flickr images (use left, right and space-bar). Today the Surfin Safari blog has updated with some more exciting demos, including “Morphin Power Cubes” and “Poster Circle”. It is now possible to create all sorts of crazy three-dimensional and animated user interfaces; the power comes largely in -webkit-perspective and a number of updated transforms–adapted to incorporate the Z axis. Since working on the 3D cube using 2D transforms back in April I’ve experimented with perspective to create something more powerful, playing around with 3D transforms on the iPhone a few times (e.g. this early rotating demo). A 3D cube can be created solely in CSS, with all six faces. Result A 3D cube that rotates using the Up, Down, Left and Right arrow keys. How To

Belarus Ruby on Rails User Group tutoriels

Related: