The example with backface-visibility property

<!DOCTYPE html> <html> <head> <style type="tex...

The example with CSS3 animation property

<!DOCTYPE html> <html> <head> <style type="tex...

The @keyframes rule example

<!DOCTYPE html> <html> <head> <style type="tex...

An animation-name property example with other needed properties

<!DOCTYPE html> <html> <head> <style type="tex...

The example with the automation-duration property

<!DOCTYPE html> <html> <head> <style type="tex...

The example with the animation-timing-function property and various settings

<!DOCTYPE html> <html> <head> <style type="tex...

The example with automation-delay property set to negative value

<!DOCTYPE html> <html> <head> <style type="tex...

The example with the automation-iteration-count property

<!DOCTYPE html> <html> <head> <style type="tex...

The animation-direction property with the alternate value example

<!DOCTYPE html> <html> <head> <style type="tex...

The animation-fill-mode property with none, forwards, backwards and both values example

<!DOCTYPE html> <html> <head> <style type="tex...