To implement Flip Out X Animation effect with CSS, you can try to run the following code −ExampleLive Demo .animated { background-image: url(/css/images/logo.png); background-repeat: no-repeat; background-position: left top; padding-top:95px; margin-bottom:60px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes flipOutX { 0% { -webkit-transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateX(90deg); opacity: 0; } } @keyframes flipOutX { 0% { transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } } .flipOutX { -webkit-animation-name: flipOutX; -webkit-backface-visibility: visible !important; animation-name: flipOutX; backface-visibility: visible !important; } Reload page function myFunction() { location.reload(); }
To implement Flip In Y Animation effect with CSS, you can try to run the following code:ExampleLive Demo .animated { background-image: url(/css/images/logo.png); background-repeat: no-repeat; background-position: left top; padding-top:95px; margin-bottom:60px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: ... Read More
In 8085 Instruction set, SIM (Set Interrupt Mask) and RIM (Read Interrupt Mask) instructions can perform mask and unmask RST7.5, RST6.5, and RST5.5 interrupt pins and can also read their status. In 8085 Instruction set, SIM stands for “Set Interrupt Mask”. It is 1-Byte instruction and it is a multi-purpose instruction. The main uses of SIM instruction are –Masking/unmasking of RST7.5, RST6.5, and RST5.5Reset to 0 RST7.5 flip-flopPerform serial output of dataMnemonics, OperandOpcode(in HEX)BytesSIM301When SIM instruction is executed then the content of the Accumulator decides the action to be taken. So before executing the SIM instruction, it is mandatory to initialize ... Read More
To implement Flip In X Animation effect with CSS, you can try to run the following codeExampleLive Demo .animated { background-image: url(/css/images/logo.png); background-repeat: no-repeat; background-position: left top; padding-top:95px; margin-bottom:60px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: ... Read More
In the era of Super Smartphones and jet speed internet, it is difficult to imagine how people used to send messages to each other from one corner of the world to another.The earlier courier services in the world date back to Roman Empire run by Augustus in the 1st century itself. We can imagine those services would take days and months to be handed over on road and water by a special messenger personally handing over the message.Imagine a message reaching after 132 years!!!Recently a message was found inside of a bottle on an Australian beach, which is dating back ... Read More
This property specifies a sound to be played before speaking an element's content to delimit it from other. The possible values are −url − The URL of a sound file to be played.none − Nothing has to be played.ExampleYou can try to run the following code to implement cue-before property in CSS
Qries is a knowledge sharing platform where you can put forth queries and voice your opinions and interact with people from all corners of the world sharing their inputs. On comparing Qries to Quora, one will find that Qries comes across as a much simpler and more clutter-free site, making it possible for users to easily breeze through the site.Qries is also equipped with a Hindi version which can have a larger appeal in rural areas as it helps them participate in discussions in a language they are comfortable in.According to a survey conducted by the KPMG-Google study, local languages ... Read More
In 8085 Instruction set, SIM stands for “SetInterrupt Mask”. It is 1-Byte instruction and it is a multi-purpose instruction. The main uses of SIM instruction are –Masking/unmasking of RST7.5, RST6.5, and RST5.5Reset to 0 RST7.5 flip-flopPerform serial output of dataMnemonics, OperandOpcode(in HEX)BytesSIM301When SIM instruction is executed then the content of theAccumulator decides the action to be taken. So before executing the SIM instruction, it is mandatory to initialize Accumulator with the required value. The meaning and purpose of the various bits of the accumulator when SIM is executed has been depicted below – Note that except bit 5, which is a ... Read More
Actually, we don't have much written historical records of how the writing system has started from right to left or left to right. We believe they were started to avoid smudging from the other side. And mostly they are for the convenience of writing.Here are some languages which are written from left to right.Arabic.Aramaic.Azeri.Dhivehi / Maldivian.Hebrew.Kurdish (Sorani)Persian/Farsi.Urdu.
UNIX copyrighted Operating system which is used by IBM AIX, Sun Solaris and HP-UX etc., Most of the UNIX systems are commercial in nature.Linux is considered as UNIX clone. But the traditional companies won't accept "Unix-like" but want the Unix trademark. Linux Is Just a Kernel and not the complete Operating system.When it comes to administration, Linux is considered as most user-friendly operating systems. Unix and Linux use a different set of tools for back up of data. However, they both share some common tools such as tar, dump/restore, and cpio etc.
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP