I am trying to get an animation to run on a pseudo element in wordpress. I cannot work out why it is not working.
However, this animation is working in an CodeIgnite web correctly.
The code is:
CSS:
@keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
HTML: <i class="fa-li fa fa-check-square-o wow fadeInLeft" data-wow-delay="1.5s" data-wow-duration="0.4s" ></i>
Related Posts:
- Animate the overflow property
- How can I create a marquee effect?
- How to make blinking/flashing text with CSS 3
- Why CSS3 Animation is not working?
- Links not clickable on mobile devices in WordPress
- Is it possible to combine a WordPress template (Semplice) and some HTML & CSS pages?
- Changing code font size on wordpress
- Local wordpress install only shows home page, all other pages Not Found
- Set size of WordPress thumbnail post
- Cuelinks widget’s half part is getting hidden on WordPress website
- Custom CSS in WordPress messing up
- Open source social media icons to download and use on website? [closed]
- How to make a monopoly board using css grid?
- How am I supposed to use index.html?
- Half circle with CSS (border, outline only)
- CSS calc width and height values
- Failed to load resource: the server responded with a status of 404 (Not Found)
- How to horizontally center an element
- Center image using text-align center?
- Unblur content inside blurring background div
- Failed to load resource: the server responded with a status of 404 (Not Found)
- Failed to load resource: the server responded with a status of 404 (Not Found) css
- See answer keys in Google Form (quiz) source page?
- CSS Background Opacity [duplicate]
- CSS Background Opacity [duplicate]
- Making a
- How do I vertically align text in a div?
- Hide scroll bar, but while still being able to scroll
- CSS background-image-opacity?
- Resize image proportionally with CSS?
- Setting table column width
- How to align a to the middle (horizontally/width) of the page [duplicate]
- How do I vertically align text in a div?
- How to set a border for an HTML div tag
- How can I center text (horizontally and vertically) inside a div block?
- Embed image in a
- Setting table column width
- Why does z-index not work?
- How do I vertically center text with CSS?
- Is there a color code for transparent in HTML?
- multiple classes on single element html
- What is difference between png8 and png24
- Center image horizontally within a div
- Draw Circle using css alone [duplicate]
- Failed to load resource: the server responded with a status of 404 (Not Found) css
- Why does z-index not work?
- How do I vertically center text with CSS?
- How to center an iframe horizontally?
- Can I have an onclick effect in CSS?
- How can I scroll to an element using jQuery?
- How to make a vertical line in HTML
- How to style a checkbox using CSS
- Remove CSS class from element with JavaScript (no jQuery) [duplicate]
- Transparent CSS background color
- Creating a nav bar with flexbox
- Set cookie and get cookie with JavaScript
- Floating div positioning
- Prevent line-break of span element
- xajax expanding list query
- How to insert spaces/tabs in text using HTML/CSS
- Is there any way to change input type=”date” format?
- What is the meaning of == $0 that is shown in inspect element of google chrome for the selected element [duplicate]
- How to align iframe always in the center
- How to get these two divs side-by-side?
- Is
element block level or inline level?
- How to center a “position: absolute” element
- How to line-break from css, without using
?- How to put img inline with text
- How do I auto-resize an image to fit a ‘div’ container?
- Expected RBRACE, but the bracket is there?
- How to make an image center (vertically & horizontally) inside a bigger div
- How to center a “position: absolute” element
- How to center text with Markdown?
- CSS Background Image Not Displaying
- How do I make an image smaller with CSS?
- Set the table column width constant regardless of the amount of text in its cells?
- Is there a color code for transparent in HTML?
- CSS `height: calc(100vh);` Vs `height: 100vh;`
- Bootstrap Dropdown menu is not working
- Two divs side by side – Fluid display
- CSS Display an Image Resized and Cropped
- What is sr-only in Bootstrap 3?
- How to place a text next to the picture?
- Change Background color (css property) using Jquery
- Disable Scrolling on Body
- CSS: Moving the text down a few pixels but keeping the background still?
- Darken CSS background image?
- “Stray start tag footer” in html validator?
- How do I make a placeholder for a ‘select’ box?
- FontAwesome icons are not showing, Why?
- Make div scrollable
- Fix footer to bottom of page
- CSS no text wrap
- Responsive image map
- How to make the HTML link activated by clicking on the
- ?
- Remove border from IFrame
- CSS color vs. background-color vs. background?
- Set timeout for ajax (jQuery)
- How to position text over an image in css
- How to change text transparency in HTML/CSS?